From 445b8ff13e9834867197f9f7759ec0a4a06f19b5 Mon Sep 17 00:00:00 2001 From: Alex Kanitz <alexander.kanitz@alumni.ethz.ch> Date: Sun, 10 Jul 2022 16:19:36 +0200 Subject: [PATCH] check --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d3e616..3713751 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,6 +83,7 @@ publish_release: script: - echo "running release_job for $TAG" release: - tag_name: '$VERSION' - description: '$VERSION' - ref: '$CI_COMMIT_SHA' + tag_name: "$VERSION" + description: "Release created using the release-cli." + ref: "$CI_COMMIT_SHA" + allow_failure: true -- GitLab