Skip to content

Commit cf2bcc1

Browse files
committed
chore: fix
1 parent 02840f0 commit cf2bcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Push version number to repo
5757
if: startsWith(github.ref, 'refs/tags/')
5858
run: |
59-
jq '.version = ${{ steps.version.outputs.v }}' package.json > package.json
59+
jq '.version = "${{ steps.version.outputs.v }}"' package.json > package.json
6060
git config --global user.name "github-actions"
6161
git config --global user.email "[email protected]"
6262
git add mcfunction.tmLanguage.json

0 commit comments

Comments
 (0)