Skip to content

Commit 83456f2

Browse files
committed
Remove check
1 parent 3583e0f commit 83456f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitlab/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ debug_variables:
3131
detect_tags:
3232
tags: ["arch:amd64"]
3333
rules:
34-
- if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
34+
# - if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
35+
- if: '$CI_COMMIT_TAG'
3536
script:
3637
- echo "=== Detecting tags on commit $CI_COMMIT_SHA ==="
3738
- |
@@ -86,7 +87,8 @@ publish_crates:
8687
needs:
8788
- detect_tags
8889
rules:
89-
- if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
90+
# - if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
91+
- if: '$CI_COMMIT_TAG'
9092
script:
9193
- echo "=== Publishing crates in dependency order ==="
9294
- echo ""

0 commit comments

Comments
 (0)