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 36c2e67 commit 99a9153Copy full SHA for 99a9153
.github/workflows/presto-release-publish.yml
@@ -226,11 +226,7 @@ jobs:
226
-Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" \
227
-Dmaven.wagon.http.retryHandler.count=8 \
228
-DskipTests \
229
- -DstagingProfileId="${{ secrets.MAVEN_STAGING_PROFILE_ID }}" \
230
- -DkeepStagingRepositoryOnFailure=true \
231
- -DkeepStagingRepositoryOnCloseRuleFailure=true \
232
- -DautoReleaseAfterClose=true \
233
- -DstagingProgressTimeoutMinutes=60 \
+ -Drelease.autoPublish=false \
234
-Poss-release \
235
-Pdeploy-to-ossrh \
236
-pl "$module"
0 commit comments