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.
1 parent cce6c17 commit bdc3f56Copy full SHA for bdc3f56
.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