diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b878b3..2945cc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,10 +68,10 @@ create-release: rules: - if: '$CI_COMMIT_TAG =~ "/^v\d+.\d+.\d+/"' release: - name: 'Release v$(cat VERSION)' + name: 'Release $(cat VERSION)' description: 'See releast_contents.txt' tag_name: $CI_COMMIT_TAG assets: links: - name: Get the release here - - url: https://gitlab.com/whom/relish/-/jobs/`cat ID`/artifacts/file/flesh-`cat VERSION`.tar.gz + url: https://gitlab.com/whom/relish/-/jobs/`cat ID`/artifacts/file/flesh-`cat VERSION`.tar.gz