From ef92e52517a64d68541fc17b33ea09ddac8c45fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 18 Jan 2024 17:36:47 +0100 Subject: [PATCH] CI/CD => Fix release name --- NodeApp/.gitlab-ci/01_functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeApp/.gitlab-ci/01_functions.yml b/NodeApp/.gitlab-ci/01_functions.yml index a0f3ecb..08bddf3 100644 --- a/NodeApp/.gitlab-ci/01_functions.yml +++ b/NodeApp/.gitlab-ci/01_functions.yml @@ -152,7 +152,7 @@ # Create Release (can't be done by release_step of gitlab image because it don't have access to env var defined in script_step) - > RELEASE_DATA=$(jq --null-input --arg version "$VERSION" --arg description "# Changelog (version $VERSION) $DESCRIPTION" --arg tag_name "$RELEASE_NAME" --arg ref "$CI_COMMIT_SHORT_SHA" '{ - "name": $RELEASE_NAME, + "name": $tag_name, "description": $description, "tag_name": $tag_name, "ref": $ref, -- GitLab