We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02840f0 commit cf2bcc1Copy full SHA for cf2bcc1
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Push version number to repo
57
if: startsWith(github.ref, 'refs/tags/')
58
run: |
59
- jq '.version = ${{ steps.version.outputs.v }}' package.json > package.json
+ jq '.version = "${{ steps.version.outputs.v }}"' package.json > package.json
60
git config --global user.name "github-actions"
61
git config --global user.email "[email protected]"
62
git add mcfunction.tmLanguage.json
0 commit comments