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 abdf431 commit 8a703d4Copy full SHA for 8a703d4
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: publish
54
working-directory: '${{ github.workspace}}/dist'
55
run: |
56
- dotnet nuget push "*.nupkg" --api-key $env:NUGET_PUSH_KEY --source https://api.nuget.org/v3/index.json
+ dotnet nuget push "*.nupkg" --api-key "$NUGET_PUSH_KEY" --source https://api.nuget.org/v3/index.json
57
env:
58
NUGET_PUSH_KEY: ${{ secrets.NUGET_PUSH_KEY }}
59
0 commit comments