Skip to content

Commit 48ee33a

Browse files
committed
chore: merge instead of rebase
1 parent ceaf87a commit 48ee33a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/merge-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
run: |
1212
git config user.name "GitHub Actions Bot"
1313
git config user.email "<>"
14+
git config pull.ff only
1415
- name: Push master to release branch
1516
run: |
1617
git checkout master
1718
git pull
1819
git checkout release
1920
git pull
20-
git rebase master
21+
git merge --ff-only master
2122
git push

0 commit comments

Comments
 (0)