Skip to content

Commit

Permalink
Fix variable name in shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Sep 29, 2024
1 parent abdf431 commit 8a703d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: publish
working-directory: '${{ github.workspace}}/dist'
run: |
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
env:
NUGET_PUSH_KEY: ${{ secrets.NUGET_PUSH_KEY }}

Expand Down

0 comments on commit 8a703d4

Please sign in to comment.