Skip to content

Commit cd239f5

Browse files
committed
3rd attempt
1 parent ae223b9 commit cd239f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/crate-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variables:
2525
2626
# Detect and sort tags
2727
detect_tags:
28-
stage: detect_tags
28+
stage: .pre
2929
tags: ["arch:amd64"]
3030
rules:
3131
- if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
@@ -78,7 +78,7 @@ detect_tags:
7878

7979
# Publish crates sequentially
8080
publish_crates:
81-
stage: publish_crates
81+
stage: .post
8282
tags: ["arch:amd64"]
8383
image: rust:latest
8484
needs:

0 commit comments

Comments
 (0)