fix: bump-version.yml

This commit is contained in:
JOYCEQL
2026-02-14 11:37:04 +08:00
parent b63b83a185
commit e3b5523065
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Bump version
run: npm version patch -m "chore(release): %s [skip ci]"
run: 'npm version patch -m "chore(release): %s [skip ci]"'
- name: Push changes
run: git push --follow-tags