We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2bcc1 commit ef4bf19Copy full SHA for ef4bf19
.github/workflows/publish.yml
@@ -59,7 +59,7 @@ jobs:
59
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
+ git add package.json
63
git commit -m "🤖 Bump version"
64
git push origin main
65
0 commit comments