Skip to content

Commit 8a703d4

Browse files
committed
Fix variable name in shell script
1 parent abdf431 commit 8a703d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: publish
5454
working-directory: '${{ github.workspace}}/dist'
5555
run: |
56-
dotnet nuget push "*.nupkg" --api-key $env:NUGET_PUSH_KEY --source https://api.nuget.org/v3/index.json
56+
dotnet nuget push "*.nupkg" --api-key "$NUGET_PUSH_KEY" --source https://api.nuget.org/v3/index.json
5757
env:
5858
NUGET_PUSH_KEY: ${{ secrets.NUGET_PUSH_KEY }}
5959

0 commit comments

Comments
 (0)