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 fc36030 commit 6fba8d6Copy full SHA for 6fba8d6
.github/workflows/release.yml
@@ -36,5 +36,5 @@ jobs:
36
37
- name: Publish to nuget.org
38
env:
39
- NUGET_API_KEY: ${{ secrets.GITHUB_TOKEN }}
40
- run: nuget push artifacts\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey $NUGET_API_KEY
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
+ run: nuget push artifacts\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{ env.NUGET_API_KEY }}
0 commit comments