Update .gitlab-ci.yml
This commit is contained in:
parent
72b3368b48
commit
0ac4a5ba63
1 changed files with 1 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ auto-release-master:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when when commits are pushed to the default branch
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when when commits are pushed to the default branch
|
||||||
script:
|
script:
|
||||||
- echo "Release $VERSION"
|
- echo "Release $VERSION"
|
||||||
- release-cli create --name "Release $VERSION" --tag-name v$VERSION --description "Release $CI_COMMIT_TITLE" --ref $CI_COMMIT_SHA --assets-link '{"name":${APPNAME},"url":"${PACKAGE_REGISTRY_URL}/${PACKAGE}"}'
|
- release-cli create --name "Release $VERSION" --tag-name v$VERSION --description "Release $CI_COMMIT_TITLE" --ref $CI_COMMIT_SHA --assets-link "{\"name\":\"${APPNAME}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${PACKAGE}\"}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue