Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH Actions: improve the draft release creation
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.
- Loading branch information