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