remove chart from tag name

This commit is contained in:
Olu Shiyanbade 2022-08-25 19:46:01 +01:00
parent 073dc3d51d
commit 4f6f86c972

View File

@ -71,7 +71,7 @@ dockerizedBuildPipeline(
},
postDeploy: {
// Create tags
String tagName = "$nexus-repository-manager-nxrm-aws-resiliency-${version}"
String tagName = "${version}"
runSafely "git tag -a ${tagName} -m 'Release Update: ${version}'"
sshagent(credentials: [sonatypeZionCredentialsId()]) {
runSafely "git push origin ${tagName}"