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 f1d129b commit fde0281Copy full SHA for fde0281
.github/workflows/dotnet.yml
@@ -111,7 +111,7 @@ jobs:
111
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
112
113
- name: nuget push
114
- run: dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }}
+ run: dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }}
115
116
release-artifacts:
117
runs-on: ubuntu-latest
0 commit comments