fix: handle tag builds

This commit is contained in:
2024-10-22 10:33:23 +02:00
parent ca2e2d9f90
commit ce06fd8ef6
+1 -1
View File
@@ -158,7 +158,7 @@ unbound_release_prepare_release:
rules: rules:
- if: $UNBOUND_RELEASE_TOKEN == null - if: $UNBOUND_RELEASE_TOKEN == null
when: never when: never
- if: $CI_DEFAULT_BRANCH != $CI_COMMIT_BRANCH - if: $CI_COMMIT_TAG == null && $CI_DEFAULT_BRANCH != $CI_COMMIT_BRANCH
when: never when: never
- if: '$CI_COMMIT_TITLE =~ /^chore\(release\): prepare for .*$/' - if: '$CI_COMMIT_TITLE =~ /^chore\(release\): prepare for .*$/'
- if: $CI_COMMIT_TAG && $UNBOUND_RELEASE_TAG_ONLY == "true" - if: $CI_COMMIT_TAG && $UNBOUND_RELEASE_TAG_ONLY == "true"