Skip to content

Commit 1694fbd

Browse files
committed
test
1 parent e135ab6 commit 1694fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
fi
3232
REL_BRANCH=$(echo ${{ steps.bump.outputs.newVersion }} | cut --delimiter "." --fields 1)
3333
git checkout -b $REL_BRANCH
34-
git push origin $REL_BRANCH
34+
git push -f origin $REL_BRANCH

0 commit comments

Comments
 (0)