mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:05:45 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
89e1747de4
3
.github/workflows/manual-release.yml
vendored
3
.github/workflows/manual-release.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user