We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d47bad7 + 48c4b94 commit 62a7c5cCopy full SHA for 62a7c5c
.github/workflows/nuget.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Test
23
run: dotnet test --no-build --verbosity normal
24
- name: Publish
25
- run: dotnet nuget push CM.Text/CM.Text.csproj --api-key ${{ secrets.nuget_apikey }}
+ run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.nuget_apikey }}
0 commit comments