From 61b209021a2889a88e278c1e7ad797bc3b8b37c4 Mon Sep 17 00:00:00 2001 From: amevarashi Date: Sun, 28 Apr 2024 14:56:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae59f7f..e0a6f26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.