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