From 64611523c9cfd89c31bdcc3d8c6391c559c91efe Mon Sep 17 00:00:00 2001 From: Giona Righini Date: Sat, 3 Aug 2024 12:55:33 +0200 Subject: [PATCH] fix ref. on versioning --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a54d598..4a7b8b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { } else { echo "Creating tag for v${VERSION}" sh "git tag -a 'v${VERSION}' -m 'Release ${VERSION}'" - sh 'git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/chatbot-services/chatbot-manager.git refs/tags/v' + VERSION + sh 'git push https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/sacconazzo/directus-monorepo-cicd-boilerplate.git refs/tags/v' + VERSION } } }