Skip to content

Commit 1d3ea4f

Browse files
committed
chore: git commit add signoff
Signed-off-by: Shuyou <[email protected]>
1 parent 77613a7 commit 1d3ea4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
git checkout -- version.json
5454
git add .
5555
git commit -m "Release new docs to master"
56-
git push -f origin master
56+
git rebase HEAD~1 --signoff
57+
git push --force-with-lease origin master
5758
continue-on-error: true

0 commit comments

Comments
 (0)