We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0114e98 + bdc3f56 commit 3a57a63Copy full SHA for 3a57a63
.github/workflows/release-build.yml
@@ -41,4 +41,4 @@ jobs:
41
run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release
42
43
- name: Publish
44
- run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.ICG_NUGET_API_KEY}}
+ run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.ICG_NUGET_API_KEY}}
0 commit comments