We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd67f9 commit 5c854a5Copy full SHA for 5c854a5
1 file changed
.gitlab-ci.yml
@@ -39,7 +39,7 @@ generate_release_tag:
39
- git config --global user.email "ci@teamt5.org"
40
- git config --global user.name "CI"
41
- git remote set-url origin "https://gitlab-ci-token:${GIT_TOKEN}@${CI_REPOSITORY_URL#*@}"
42
- - git tag $(cat .release_tag)
+ - (git tag $(cat .release_tag)) || true
43
- git push origin --tags
44
artifacts:
45
paths: [".release_tag"]
0 commit comments