This commit is contained in:
Andrew Gundersen 2021-04-15 10:07:18 -05:00
commit 6da8bf4b7a
2 changed files with 2 additions and 2 deletions

View file

@ -60,5 +60,5 @@ auto-release-master:
- echo "Release $VERSION"
- |
release-cli create --name "Release $VERSION" --tag-name v$VERSION \
--description 'Created using the release-cli. $CI_COMMIT_TITLE' --ref $CI_COMMIT_SHA \
--description Release $CI_COMMIT_TITLE' --ref $CI_COMMIT_SHA \
--assets-link "{\"name\":\"${APPNAME}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${PACKAGE}\"}"