Merge branch 'main' into next

# Conflicts:
#	.github/workflows/manual-release.yml
This commit is contained in:
chenos 2024-07-16 15:52:33 +08:00
commit f22632234c

View File

@ -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