Skip to content

Commit 99a9153

Browse files
committed
Set autoPublish to false
1 parent 36c2e67 commit 99a9153

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/presto-release-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,7 @@ jobs:
226226
-Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" \
227227
-Dmaven.wagon.http.retryHandler.count=8 \
228228
-DskipTests \
229-
-DstagingProfileId="${{ secrets.MAVEN_STAGING_PROFILE_ID }}" \
230-
-DkeepStagingRepositoryOnFailure=true \
231-
-DkeepStagingRepositoryOnCloseRuleFailure=true \
232-
-DautoReleaseAfterClose=true \
233-
-DstagingProgressTimeoutMinutes=60 \
229+
-Drelease.autoPublish=false \
234230
-Poss-release \
235231
-Pdeploy-to-ossrh \
236232
-pl "$module"

0 commit comments

Comments
 (0)