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 26b60df commit 898ec89Copy full SHA for 898ec89
.github/workflows/dotnet.yml
@@ -301,7 +301,7 @@ jobs:
301
# TODO: Test this
302
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
303
env:
304
- NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+ NUGET_ORG_API_KEY: ${{ secrets.NUGET_ORG_API_KEY }}
305
shell: pwsh
306
run: |
307
- dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:NUGET_API_KEY" --source 'nuget.org'
+ dotnet nuget push "$env:GITHUB_WORKSPACE/packages/*.nupkg" --api-key "$env:NUGET_ORG_API_KEY" --source 'nuget.org'
0 commit comments