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

index f03b700c1c78b2afdd6d8c3598100f3179dbff84..4a8dbe8f7ce2a0b64889dddecb6fadb2adba963d 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}"}'