mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:55:33 +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 checkout main
|
||||||
git pull origin main
|
git pull origin main
|
||||||
git checkout next
|
git checkout next
|
||||||
git merge -X ours main
|
git merge -X ours main --no-edit
|
||||||
git push origin next
|
git push origin next
|
||||||
- name: main -> next
|
- name: main -> next
|
||||||
run: |
|
run: |
|
||||||
@ -149,7 +149,7 @@ jobs:
|
|||||||
git checkout main
|
git checkout main
|
||||||
git pull origin main
|
git pull origin main
|
||||||
git checkout next
|
git checkout next
|
||||||
git merge -X ours main
|
git merge -X ours main --no-edit
|
||||||
git push origin next
|
git push origin next
|
||||||
- name: push pro plugins
|
- name: push pro plugins
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
Loading…
Reference in New Issue
Block a user