From 3a4f4cc739b1a9f5146597d137700136b404e460 Mon Sep 17 00:00:00 2001 From: amevarashi Date: Mon, 29 Apr 2024 08:35:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e473f22..8be4d8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,8 +108,8 @@ release_dev: when: never # Do not run this job when a tag is created manually - if: $CI_COMMIT_BRANCH == "ci-test" # Run this job when commits are pushed or merged to the dev branch script: - - 'ls -l' - 'apk add gitlab-release-cli' + - 'ls -l' release: tag_name: '$CI_COMMIT_BRANCH-$CI_PIPELINE_IID' # The version is incremented per pipeline. description: 'Automated release based on commit $CI_COMMIT_SHORT_SHA $CI_COMMIT_TAG'