Skip to content

Commit

Permalink
changed variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Oct 30, 2024
1 parent 4f9643e commit da78f6a
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 = $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 da78f6a

Please sign in to comment.