Update .gitlab-ci.yml file
This commit is contained in:
parent
1601294e29
commit
cd6cd4c62a
@ -49,9 +49,9 @@ release:
|
||||
when: never # Do not run this job when a tag is created manually
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
|
||||
script:
|
||||
- echo "running release for v1"
|
||||
- echo "running release for v1-$CI_COMMIT_TAG"
|
||||
release:
|
||||
name: 'Release v1'
|
||||
name: 'Release v1-$CI_COMMIT_TAG'
|
||||
description: 'Created using the release-cli $EXTRA_DESCRIPTION' # $EXTRA_DESCRIPTION and the $TAG
|
||||
tag_name: 'v1' # variables must be defined elsewhere
|
||||
tag_name: 'v1-$CI_COMMIT_TAG' # variables must be defined elsewhere
|
||||
ref: '$CI_COMMIT_SHA' # in the pipeline. For example, in the
|
Reference in New Issue
Block a user