Skip to content

Commit db81ce1

Browse files
committed
chore: fetch all commits
1 parent 48ee33a commit db81ce1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/merge-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: 0
1012
- name: Setup git config
1113
run: |
1214
git config user.name "GitHub Actions Bot"
1315
git config user.email "<>"
14-
git config pull.ff only
1516
- name: Push master to release branch
1617
run: |
1718
git checkout master
1819
git pull
1920
git checkout release
2021
git pull
21-
git merge --ff-only master
22+
git rebase master
2223
git push

0 commit comments

Comments
 (0)