mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-04-29 04:35:12 +08:00
ci: fix release script
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -56,9 +56,9 @@ jobs:
|
||||
git config --local user.email "actions@github.com"
|
||||
git config --local user.name "Github Actions"
|
||||
|
||||
- name: Merge master back to next
|
||||
- name: Merge main back to next
|
||||
run: |
|
||||
git checkout next
|
||||
git pull
|
||||
git merge --no-ff master -m "Auto-merge master back to next"
|
||||
git merge --no-ff main -m "Auto-merge main back to next"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user