Skip to content

Commit 68364ab

Browse files
Update release.yml
1 parent 8448747 commit 68364ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
mvn -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION
3737
git config --global user.email "project.openubl.preview.bot@gmail.com"
3838
git config --global user.name "Project-Openubl Bot"
39-
git commit -a -m "🏁 Releasing version $RELEASE_VERSION"
40-
git push --allow-empty origin HEAD:master
39+
git commit --allow-empty -a -m "🏁 Releasing version $RELEASE_VERSION"
40+
git push 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)