From: Andrew Gundersen Date: Thu, 15 Apr 2021 15:33:26 +0000 (-0500) Subject: cicd X-Git-Tag: v0.9.4~1 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=a166753c5b21f9ea1e972ae60c7f1c256edd20e0;p=mime-chat cicd --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61cb248..a03631e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,4 @@ auto-release-master: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when when commits are pushed to the default branch script: - 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}"}'