Commit 0b98fa1
committed
Publish the npm tarball by explicit file path
npm parses a relative path that contains a slash but no ./ prefix as
a GitHub owner/repo shorthand, so the first javascript release run
executed `git ls-remote ssh://git@github.com/dist/payjoin-0.2.0.tgz`
and failed on SSH auth instead of publishing the local tarball. The
./ prefix disambiguates the argument as a file path; reproduced and
verified against npm 11.6.2 with `npm publish --dry-run`.1 parent 4d70ec3 commit 0b98fa1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments