diff --git a/NodeApp/.gitlab-ci/01_functions.yml b/NodeApp/.gitlab-ci/01_functions.yml
index a0f3ecbeb4b3cd163abe737788a755659b5279b0..08bddf31c6f3805135cc0916127343ea14a726bc 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,