mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
fix: bump-version.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user