diff --git a/Jenkinsfile-Release b/Jenkinsfile-Release index c8e40ba..a29062d 100644 --- a/Jenkinsfile-Release +++ b/Jenkinsfile-Release @@ -63,7 +63,7 @@ dockerizedBuildPipeline( deployCondition: { true }, deploy: { runSafely 'git add docs' - runSafely "git commit -m 'Release Update for ${params.chart} ${chartVersion}'" + runSafely "git commit -m 'Release Update for ${chartVersion}'" sshagent(credentials: [sonatypeZionCredentialsId()]) { runSafely 'git push'