mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: release ci
This commit is contained in:
parent
84bc06d529
commit
db5aa815d4
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…
x
Reference in New Issue
Block a user