Commit b84db18
fix(release): use semantic-release-action to properly expose outputs
The build job was never running because `npx semantic-release` doesn't
set GitHub Actions step outputs. The condition `new_release_published
== 'true'` was always false since the output was never set.
Switch to cycjimmy/semantic-release-action@v4 which properly exposes:
- new_release_published
- new_release_version
- new_release_git_tag
This fixes CLI binary generation for releases v2.1.0 through v2.5.0
which all shipped without binaries.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8b03874 commit b84db18
1 file changed
Lines changed: 9 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 65 | | |
74 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 78 | | |
85 | 79 | | |
86 | 80 | | |
| |||
0 commit comments