Commit b7b4408
Fix publish condition for npm-publish v4 (#159)
npm-publish v4 outputs empty string (not 'none') when version is
unchanged. The old condition != 'none' was always true, causing
Create Release to run and fail on every non-release commit.
Co-authored-by: rom1504 <rom1504@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8b53b02 commit b7b4408
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments