From 83dddbea1e2d97726411fd99e5a673c43bc5590c Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 19:52:59 +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 cac0514..8d37196 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ prepare_job: - 'ls -al' -release: +release_job: needs: - prepare_job stage: release # It only runs when *both* jobs in the test stage complete successfully. @@ -35,7 +35,7 @@ release: script: - echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA" - release_job: + release: tag_name: v2.0.$CI_PIPELINE_IID name: 'WPE 2.0_$CI_COMMIT_SHORT_SHA' description: '$CI_COMMIT_MESSAGE' \ No newline at end of file