Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-28 14:56:50 +00:00
parent 12af69d11a
commit 61b209021a
1 changed files with 2 additions and 2 deletions

View File

@ -130,6 +130,6 @@ release_dev:
- 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'
# ref: '$CI_COMMIT_SHA' # The tag is created from the pipeline SHA.
description: 'Automated release based on commit CI_COMMIT_SHA'
ref: '$CI_COMMIT_BRANCH' # The tag is created from the pipeline SHA.