fix link in create-release
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
13219e1d5f
commit
ca207fc4c9
1 changed files with 2 additions and 2 deletions
|
|
@ -68,10 +68,10 @@ create-release:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ "/^v\d+.\d+.\d+/"'
|
- if: '$CI_COMMIT_TAG =~ "/^v\d+.\d+.\d+/"'
|
||||||
release:
|
release:
|
||||||
name: 'Release v$(cat VERSION)'
|
name: 'Release $(cat VERSION)'
|
||||||
description: 'See releast_contents.txt'
|
description: 'See releast_contents.txt'
|
||||||
tag_name: $CI_COMMIT_TAG
|
tag_name: $CI_COMMIT_TAG
|
||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: Get the release here
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue