We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43aec32 commit a317229Copy full SHA for a317229
1 file changed
.github/workflows/package.yaml
@@ -43,4 +43,4 @@ jobs:
43
VERSION: ${{ steps.release.outputs.tag }}
44
45
- name: Package | Push
46
- run: dotnet nuget push pack/*.nupkg -k ${{ secrets. }} -s https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push pack/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments