From 83b5c20bd777dbf6c968cbb2e8444276b4476cbc Mon Sep 17 00:00:00 2001 From: yoshi Date: Wed, 24 Nov 2021 00:01:58 +0100 Subject: [PATCH] Push new Update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ae328e..1cb0b8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 $CI_COMMIT_SHA" --description "Created using the release-cli" --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_TAG" --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"