We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3583e0f commit 83456f2Copy full SHA for 83456f2
.gitlab/publish.yml
@@ -31,7 +31,8 @@ debug_variables:
31
detect_tags:
32
tags: ["arch:amd64"]
33
rules:
34
- - if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
+# - if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
35
+ - if: '$CI_COMMIT_TAG'
36
script:
37
- echo "=== Detecting tags on commit $CI_COMMIT_SHA ==="
38
- |
@@ -86,7 +87,8 @@ publish_crates:
86
87
needs:
88
- detect_tags
89
90
91
92
93
- echo "=== Publishing crates in dependency order ==="
94
- echo ""
0 commit comments