Commit ed605be
Fix release action: remove invalid --target flag from gh release create (#114)
The --target flag was passing the tag name (e.g. "v0.2.0") as target_commitish,
which GitHub API rejects with HTTP 422. Since the tag is already pushed before
this step runs, gh release create automatically resolves the tag's commit.
https://claude.ai/code/session_019YFSdMW7TobZNsmey63CYm
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0925f5b commit ed605be
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
| 226 | + | |
0 commit comments