Commit 571ac7e
fix(publish): anchor gh release create to GITHUB_SHA to avoid untagged release
Without --target, gh release create resolves the tag via the GitHub API
which can race with tag propagation and create an untagged-* draft release
that taiki-e/upload-rust-binary-action cannot find by tag name.
Explicitly passing --target "$GITHUB_SHA" bypasses the tag lookup and
anchors the release to the exact commit SHA from the triggering event.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent e7c2717 commit 571ac7e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments