We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff97e0 commit 4d9e66dCopy full SHA for 4d9e66d
.github/workflows/ci.yml
@@ -63,4 +63,4 @@ jobs:
63
with:
64
name: nupkg
65
- name: 📦 Publish to NuGet
66
- run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_DEPLOY_KEY }} -s https://api.nuget.org/v3/index.json
0 commit comments