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