Commit a42ef76
fix(ci): publish the npm tarball by path, not as a GitHub shorthand
`npm publish dist/x.tgz` has no leading ./, so npm parses the slash as an
owner/repo shorthand and tries `git ls-remote ssh://git@github.com/dist/x.tgz.git`.
pi-v0.1.0 was the first tag to reach this job — it has been broken for every
npm package since the workflow was written.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SqmbqWDtNexzDfH5V3BMRz1 parent 9aa6394 commit a42ef76
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments