Skip to content

Commit ceaf87a

Browse files
authored
chore: update release branch action
1 parent f998c65 commit ceaf87a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/merge-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ jobs:
1313
git config user.email "<>"
1414
- name: Push master to release branch
1515
run: |
16-
git push origin master:release
16+
git checkout master
17+
git pull
18+
git checkout release
19+
git pull
20+
git rebase master
21+
git push

0 commit comments

Comments
 (0)