Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Aug 25, 2024
1 parent 719c6fa commit fdacff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ runs:
echo '::warning::No inner release to update !'
exit 0
fi
PARAMS="--title '${FULL_TAG}'"
PARAMS="--title \"${FULL_TAG}\""
if [[ "`gh repo view --json latestRelease -q .latestRelease.tagName`" = "${FULL_TAG}" ]]; then
PARAMS+=' --latest'
fi
Expand Down

0 comments on commit fdacff2

Please sign in to comment.