Skip to content

Commit 51c98c6

Browse files
committed
Update release.yml
1 parent 66c611e commit 51c98c6

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
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish NuGet Package
4646
env:
4747
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
48-
run: dotnet nuget push ./artifacts/nuget/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key $NUGET_API_KEY
48+
run: dotnet nuget push ./artifacts/nuget/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key "$NUGET_API_KEY"
4949

5050
build-cli:
5151
runs-on: ${{ matrix.outputs.os }}

0 commit comments

Comments
 (0)