From 2c7b5985dde6d83d623f928cf44ebc1bae4a4884 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 8 Mar 2023 14:14:04 +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 4f5a868..fb85366 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ prepare_job: when: never # Do not run this job when a tag is created manually - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch script: - - echo "TAG=v$(cat VERSION)" >> variables.env # and append to the variables.env file + - echo "TAG=RELEASE" >> variables.env # and append to the variables.env file artifacts: reports: dotenv: variables.env # Use artifacts:reports:dotenv to expose the variables to other jobs