diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f09866..22d9332 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,5 +5,4 @@ release_module: tags: - release-cli script: - - | - release-cli --private-token "$RELEASE_TOKEN" create --tag-name "v0.0.2" -ref "06b0dc" + - release-cli --server-url https://gitlab.j-linn.de --project-id 13 --private-token "$RELEASE_TOKEN" create --name "Release $CI_COMMIT_SHA" --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"