Skip to content
Snippets Groups Projects
Commit ef92e525 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Fix release name

parent 0add75da
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ ...@@ -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) # 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" '{ 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, "description": $description,
"tag_name": $tag_name, "tag_name": $tag_name,
"ref": $ref, "ref": $ref,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment