Fixed tag validation

This commit is contained in:
c-bordon 2025-06-05 14:39:51 -03:00
parent f637e98489
commit 61a6a83ef3
No known key found for this signature in database
GPG Key ID: 4C040368C34BF037

View File

@ -88,7 +88,7 @@ jobs:
if [[ -n "$version" && -n "$stage" && "$tag" != "true" ]]; then
script_params="--version ${version} --stage ${stage}"
elif [[ -n "$version" && -n "$stage" && "$tag" == "true" ]]; then
script_params="--version ${version} --stage ${stage} --tag"
script_params="--version ${version} --stage ${stage} --tag ${tag}"
fi
issue_number=$(echo "${{ inputs.issue-link }}" | awk -F'/' '{print $NF}')