We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e49588 commit ac16a66Copy full SHA for ac16a66
1 file changed
.github/workflows/release.yml
@@ -47,4 +47,4 @@ jobs:
47
env:
48
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
49
shell: pwsh
50
- run: dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push ./nupkg/*.nupkg --api-key "$NUGET_API_KEY" --source "https://api.nuget.org/v3/index.json" --skip-duplicate
0 commit comments