1. 更新gitlab-ci流水线配置
This commit is contained in:
parent
a2556f4f03
commit
4587b0ac7f
|
@ -84,7 +84,7 @@ release_job :
|
|||
script :
|
||||
- echo "running release_job"
|
||||
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
|
||||
tag_name : '$CI_COMMIT_SHA'
|
||||
tag_name : '$CI_COMMIT_TAG'
|
||||
name : 'Release $CI_COMMIT_SHA'
|
||||
description: './CHANGELOG.md'
|
||||
ref : '$CI_COMMIT_SHA'
|
Loading…
Reference in New Issue