Skip to content

Commit

Permalink
adds quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Oct 30, 2024
1 parent da78f6a commit 7af6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: ${{ inputs.package-name != '' }}
run: |
sudo apt-get install -y jq
jq '.name = ${{inputs.package-name}}' package.json > temp.json
jq '.name = "${{inputs.package-name}}"' package.json > temp.json
mv temp.json package.json
- name: Publish npm package
Expand Down

0 comments on commit 7af6902

Please sign in to comment.