diff --git a/Jenkinsfile b/Jenkinsfile index ac093dd51f..5273e0bf27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -166,7 +166,7 @@ pipeline { script { // push changes back to remote repository if (isReleaseBuild()) { - authGit 'SCM-Manager', 'push origin main--tags' + authGit 'SCM-Manager', 'push origin main --tags' } else { authGit 'SCM-Manager', "push origin ${env.BRANCH_NAME} --tags" }