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 d99d562 commit bac1424
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 @@ -133,7 +133,7 @@ runs:
echo "::warning::No inner release to update !"
exit 0
fi
PARAMS='-t "${FULL_TAG}"'
PARAMS="--title \"${FULL_TAG}\""
if ! [[ "`gh repo view --json latestRelease -q .latestRelease.tagName`" = "${FULL_TAG}" ]]; then

Check warning on line 137 in action.yml

View workflow job for this annotation

GitHub Actions / Static tests

137:81 [line-length] line too long (104 > 80 characters)
PARAMS+=' --latest'
fi
Expand Down

0 comments on commit bac1424

Please sign in to comment.