Commit Tag fix
This commit is contained in:
parent
3e04a49289
commit
f763e3ee6c
1 changed files with 2 additions and 2 deletions
|
@ -113,9 +113,9 @@ release:
|
|||
script:
|
||||
- echo "running release_job"
|
||||
release:
|
||||
name: 'Release $PACKAGE_NAME $TAG'
|
||||
name: 'Release $PACKAGE_NAME $CI_COMMIT_TAG'
|
||||
description: 'Created using the release-cli $EXTRA_DESCRIPTION'
|
||||
tag_name: '$TAG'
|
||||
tag_name: '$CI_COMMIT_TAG'
|
||||
ref: '$CI_COMMIT_SHA'
|
||||
assets:
|
||||
links:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue