Skip to content

Commit ac16a66

Browse files
committed
DEPLOY: Add quotes around the strings to see if that fixes the error
1 parent 0e49588 commit ac16a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
env:
4848
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
4949
shell: pwsh
50-
run: dotnet nuget push ./nupkg/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
50+
run: dotnet nuget push ./nupkg/*.nupkg --api-key "$NUGET_API_KEY" --source "https://api.nuget.org/v3/index.json" --skip-duplicate

0 commit comments

Comments
 (0)