We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448747 commit 68364abCopy full SHA for 68364ab
.github/workflows/release.yml
@@ -36,8 +36,8 @@ jobs:
36
mvn -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION
37
git config --global user.email "project.openubl.preview.bot@gmail.com"
38
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
+ git commit --allow-empty -a -m "🏁 Releasing version $RELEASE_VERSION"
+ git push origin HEAD:master
41
git rev-parse HEAD > HEAD
42
echo $RELEASE_VERSION > RELEASE_VERSION
43
echo $PLAIN_VERSION > PLAIN_VERSION
0 commit comments