Skip to content

Commit 04de57d

Browse files
Update release.yml
1 parent b4d080a commit 04de57d

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
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.email "project.openubl.preview.bot@gmail.com"
3838
git config --global user.name "Project-Openubl Bot"
3939
git commit -a -m "🏁 Releasing version $RELEASE_VERSION"
40-
git push origin HEAD:master --force
40+
git push -f origin HEAD:master
4141
git rev-parse HEAD > HEAD
4242
echo $RELEASE_VERSION > RELEASE_VERSION
4343
echo $PLAIN_VERSION > PLAIN_VERSION

0 commit comments

Comments
 (0)