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 022f48f + 7712bff commit 733d986Copy full SHA for 733d986
.github/workflows/release-build.yml
@@ -39,4 +39,4 @@ jobs:
39
run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release
40
41
- name: Publish
42
- 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