Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-28 14:03:28 +00:00
parent bc6c37e0cc
commit 863dfc71dc
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ 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:
- echo "running release_job for $TAG"
- echo "running release_job for TAG"
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name: 'test-build-$CI_PIPELINE_IID' # The version is incremented per pipeline.
description: 'Automated release based on commit $CI_COMMIT_SHA'