Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikShah committed Jun 27, 2024
1 parent 02840f0 commit cf2bcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Push version number to repo
if: startsWith(github.ref, 'refs/tags/')
run: |
jq '.version = ${{ steps.version.outputs.v }}' package.json > package.json
jq '.version = "${{ steps.version.outputs.v }}"' package.json > package.json
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git add mcfunction.tmLanguage.json
Expand Down

0 comments on commit cf2bcc1

Please sign in to comment.