Skip to content

Commit 53282f2

Browse files
build: don't push until release is successful
1 parent 48ea5c8 commit 53282f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

release_minor.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ check_status() {
1010
# Set version to a non-snapshot build and bundle latest Web UI (if available)
1111
./gradlew prepareRelease
1212
check_status "./gradlew prepareRelease"
13-
# Push updated version commit to remote
14-
git push
15-
check_status "git push"
1613
# Release the build using jReleaser on Homebrew
1714
./gradlew release
1815
check_status "./gradlew release"

0 commit comments

Comments
 (0)