Skip to content

Commit 429cb1b

Browse files
committed
chore: no ff
1 parent 48bc598 commit 429cb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
git pull
2020
git checkout release
2121
git pull
22-
git merge master -m "chore: release $(date -u +"%Y-%m-%dT%H:%M:%SZ")"
22+
git merge master --no-ff -m "chore: release $(date -u +"%Y-%m-%dT%H:%M:%SZ")"
2323
git push

0 commit comments

Comments
 (0)