php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
287 stars 21 forks source link

GH Actions: improve the draft release creation #166

Closed jrfnl closed 6 months ago

jrfnl commented 7 months ago

Follow up on PR #159

This fixes the following warning:

Warning: Unexpected input(s) 'release_name', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files', 'fail_on_unmatched_files', 'repository', 'token', 'target_commitish', 'discussion_category_name', 'generate_release_notes', 'append_body', 'make_latest']

And should make sure the tag and the release name don't contain the refs/heads/ part of the tag reference.