]> Repos - mime-chat/commitdiff
Update .gitlab-ci.yml
authorAndrew Gundersen <gundersena@crimata.com>
Thu, 15 Apr 2021 16:42:33 +0000 (16:42 +0000)
committerAndrew Gundersen <gundersena@crimata.com>
Thu, 15 Apr 2021 16:42:33 +0000 (16:42 +0000)
.gitlab-ci.yml

index 4a8dbe8f7ce2a0b64889dddecb6fadb2adba963d..91a9b96b9cd65ce145289ed67331383c2f2cadbe 100644 (file)
@@ -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
   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}\"}"