File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,8 @@ if [ "$PROJECT" == "orm" ]; then
54
54
-Pgradle.publish.key=$PLUGIN_PORTAL_USERNAME -Pgradle.publish.secret=$PLUGIN_PORTAL_PASSWORD \
55
55
-PhibernatePublishUsername=$OSSRH_USER -PhibernatePublishPassword=$OSSRH_PASSWORD \
56
56
-DsigningPassword=$RELEASE_GPG_PASSPHRASE -DsigningKeyFile=$RELEASE_GPG_PRIVATE_KEY_PATH
57
- elif [ " $PROJECT " == " reactive" ]; then
58
- # Hibernate Reactive does these checks in the `cirelease` task (called by publish.sh)
59
- else
57
+ elif [ " $PROJECT " != " reactive" ]; then
58
+ # Hibernate Reactive does these checks in the `cirelease` task (called by publish.sh)
60
59
" $SCRIPTS_DIR /check-sourceforge-availability.sh"
61
60
" $SCRIPTS_DIR /update-readme.sh" $PROJECT $RELEASE_VERSION " $WORKSPACE /README.md"
62
61
" $SCRIPTS_DIR /update-changelog.sh" $PROJECT $RELEASE_VERSION " $WORKSPACE /changelog.txt"
You can’t perform that action at this time.
0 commit comments