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 610ca91 commit e81f300Copy full SHA for e81f300
github-build.sh
@@ -44,5 +44,11 @@ git config --global user.email "actions@github.com"
44
git config --global user.name "GitHub Actions"
45
46
echo "Deploying release to Bintray"
47
+removeSnapshots
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