Closed jrfnl closed 6 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.
refs/heads/
Follow up on PR #159
This fixes the following warning:
And should make sure the tag and the release name don't contain the
refs/heads/
part of the tag reference.