Skip to content

Commit b4d080a

Browse files
Update release.yml
1 parent 5ea463e commit b4d080a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
jobs:
1414
version:
15-
name: Release
1615
runs-on: ubuntu-latest
1716
steps:
1817
- uses: actions/checkout@v3
@@ -38,7 +37,7 @@ jobs:
3837
git config --global user.email "project.openubl.preview.bot@gmail.com"
3938
git config --global user.name "Project-Openubl Bot"
4039
git commit -a -m "🏁 Releasing version $RELEASE_VERSION"
41-
git push origin HEAD:master
40+
git push origin HEAD:master --force
4241
git rev-parse HEAD > HEAD
4342
echo $RELEASE_VERSION > RELEASE_VERSION
4443
echo $PLAIN_VERSION > PLAIN_VERSION

0 commit comments

Comments
 (0)