chore: update publish action

This commit is contained in:
liujuping 2023-12-13 20:02:17 +08:00
parent 438cb44fc0
commit d1e56a44b4
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ jobs:
- name: Update Version
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
npm version patch -m "Upgrade to %s" # 可以使用 major、minor 或 patch
git push --follow-tags