Skip to content

Commit ef4bf19

Browse files
committed
chore: fix
1 parent cf2bcc1 commit ef4bf19

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
@@ -59,7 +59,7 @@ jobs:
5959
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]"
62-
git add mcfunction.tmLanguage.json
62+
git add package.json
6363
git commit -m "🤖 Bump version"
6464
git push origin main
6565

0 commit comments

Comments
 (0)