From 665e7a8465a80be51b5842df0928a0f114eb8b34 Mon Sep 17 00:00:00 2001 From: yoshi Date: Tue, 23 Nov 2021 23:27:11 +0100 Subject: [PATCH] Chore: add release-cli tag --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5bac96..fc28199 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,5 +2,7 @@ release_module: stage: deploy rules: - if: $CI_COMMIT_TAG # Run this job when a tag is created manually + tags: + - release-cli script: - release-cli create --name "Release $CI_COMMIT_SHA" --description "Created using the release-cli" --private-token $RELEASE_TOKEN --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"