Skip to content

Commit

Permalink
fix ref. on versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Giona Righini committed Aug 3, 2024
1 parent 176989a commit 6461152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 6461152

Please sign in to comment.