Skip to content

Commit 8d90d4f

Browse files
Fix release pipeline (#133)
1 parent dc76106 commit 8d90d4f

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
@@ -24,7 +24,7 @@ jobs:
2424
mvn -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION -Pprepare-release
2525
git config --global user.email "project.openubl.preview.bot@gmail.com"
2626
git config --global user.name "Project-Openubl Bot"
27-
git commit --allow-empty -a -m "🏁 Releasing version $RELEASE_VERSION"
27+
git commit --signoff --allow-empty -a -m "🏁 Releasing version $RELEASE_VERSION"
2828
git push origin HEAD:master
2929
3030
# OSSRH
@@ -79,5 +79,5 @@ jobs:
7979
mvn -B versions:set versions:commit -DnewVersion=$NEXT_VERSION -Pprepare-release
8080
git config --global user.email "project.openubl.preview.bot@gmail.com"
8181
git config --global user.name "Project-Openubl Bot"
82-
git commit -a -m "⬆️ Next version $NEXT_VERSION"
82+
git commit --signoff -a -m "⬆️ Next version $NEXT_VERSION"
8383
git push origin HEAD:master

0 commit comments

Comments
 (0)