-
Notifications
You must be signed in to change notification settings - Fork 23
Commit 2c80058
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.1 parent 87724a1 commit 2c80058
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 | - | ||
124 | - | ||
123 | + | ||
124 | + | ||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
|
0 commit comments