fix: release ci

This commit is contained in:
chenos 2024-07-16 18:58:20 +08:00
parent 84bc06d529
commit db5aa815d4

View File

@ -72,6 +72,9 @@ jobs:
run: npm install -g lerna@4 auto-changelog@2
- name: Run release.sh
run: |
cd ./packages/pro-plugins
git checkout main
cd ./../..
git checkout main
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions Bot"