Skip to content

Commit e81f300

Browse files
author
Oryan M
committed
add manual version bumping back
1 parent 610ca91 commit e81f300

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

github-build.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,11 @@ git config --global user.email "[email protected]"
4444
git config --global user.name "GitHub Actions"
4545

4646
echo "Deploying release to Bintray"
47+
removeSnapshots
4748

48-
mvn release:clean release:prepare release:perform -B -e -Pbintray
49+
mvn --batch-mode -Pbintray deploy
50+
51+
commitRelease
52+
bumpVersion
53+
commitNextVersion
54+
git push --follow-tags

0 commit comments

Comments
 (0)