Skip to content

Commit 48bc598

Browse files
committed
chore: adjust release merge commit stuff
1 parent ed81d81 commit 48bc598

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 rebase master
22+
git merge master -m "chore: release $(date -u +"%Y-%m-%dT%H:%M:%SZ")"
2323
git push

0 commit comments

Comments
 (0)