Remove --name

This commit is contained in:
2021-11-24 00:12:08 +01:00
parent 613dc2b09f
commit 050186e875

View File

@@ -5,4 +5,4 @@ release_module:
tags:
- release-cli
script:
- ${release-cli --server-url https://gitlab.j-linn.de --project-id 13 --private-token $RELEASE_TOKEN create --name "Release" --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"}
- release-cli --server-url https://gitlab.j-linn.de --project-id 13 --private-token $RELEASE_TOKEN create --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"