mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:25:52 +00:00
Merge branch 'main' into next
# Conflicts: # .github/workflows/manual-release.yml
This commit is contained in:
commit
f22632234c
4
.github/workflows/manual-release.yml
vendored
4
.github/workflows/manual-release.yml
vendored
@ -141,7 +141,7 @@ jobs:
|
||||
git checkout main
|
||||
git pull origin main
|
||||
git checkout next
|
||||
git merge -X ours main
|
||||
git merge -X ours main --no-edit
|
||||
git push origin next
|
||||
- name: main -> next
|
||||
run: |
|
||||
@ -149,7 +149,7 @@ jobs:
|
||||
git checkout main
|
||||
git pull origin main
|
||||
git checkout next
|
||||
git merge -X ours main
|
||||
git merge -X ours main --no-edit
|
||||
git push origin next
|
||||
- name: push pro plugins
|
||||
continue-on-error: true
|
||||
|
Loading…
Reference in New Issue
Block a user