Commit a74fe18
authored
release.yml: use correct target_commitish arg (#1381)
Use the correct name for setting the target of a tag in the release
workflow, for creating a draft release.
It should be `target_commitish` not `tag_commitish`.
https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release
Thanks to @dscho for realising my error.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
752 | | - | |
| 752 | + | |
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| |||
0 commit comments