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 367b007 commit b5ae5b8Copy full SHA for b5ae5b8
.github/workflows/release-build.yml
@@ -43,4 +43,4 @@ jobs:
43
run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release
44
45
- name: Publish to Nuget
46
- 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