diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index 86ab214a43..ba9ec3af13 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -53,7 +53,7 @@ pipeline { ) booleanParam( name: 'RELEASE_PUBLISH_AUTOMATICALLY', - defaultValue: true, + defaultValue: false, description: 'If true, staging repository will get closed and published automatically, otherwise the artifacts will only be uploaded and the publishing (releasing the staging repository) has to be performed manually at Maven Central portal.' ) }