(ci) change release name
This commit is contained in:
parent
626826ee2e
commit
9142b0dfd9
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ release_job:
|
|||
script:
|
||||
- echo "running release_job"
|
||||
release:
|
||||
name: "Release $CI_COMMIT_TAG"
|
||||
name: "v${CI_COMMIT_TAG}"
|
||||
description: "Created using the release-cli $EXTRA_DESCRIPTION"
|
||||
tag_name: "$CI_COMMIT_TAG"
|
||||
ref: "$CI_COMMIT_TAG"
|
||||
|
|
Reference in a new issue