Chore fix errors in pipeline

This commit is contained in:
2021-11-23 23:55:14 +01:00
parent 0966b0693c
commit fe3ae77750

View File

@@ -5,4 +5,4 @@ release_module:
tags:
- release-cli
script:
- release-cli create --name "Release $CI_COMMIT_SHA" --description "Created using the release-cli" --private-token "$RELEASE_TOKEN" --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 --name "Release $CI_COMMIT_SHA" --description "Created using the release-cli" --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"