From 0add75dacc1be8f8a1e99d1eb51500a10f603512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 18 Jan 2024 17:28:04 +0100 Subject: [PATCH] CI/CD => Release: modify missing 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 0c464d9..a0f3ecb 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": $version, + "name": $RELEASE_NAME, "description": $description, "tag_name": $tag_name, "ref": $ref, -- GitLab