Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-07-16 10:58:47 +00:00
commit 89e1747de4

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"