Commit 6d2a7a6
fix(publish): pin yarn publish to registry.npmjs.org
yarn 1.x defaults to https://registry.yarnpkg.com, which is a read-only
npm mirror. The auth token configured at the top of the script targets
registry.npmjs.org, so the publish PUT request was failing with
"Not found" against yarnpkg.com. Recent runs for v0.1.0-alpha.28 and
v0.1.0-alpha.29 both failed for this reason and never made it to npm
(npm latest is stuck at 0.1.0-alpha.27).
Passing --registry https://registry.npmjs.org explicitly forces yarn to
hit the same endpoint the token is scoped to.
After this lands, re-run the Publish NPM workflow against the
v0.1.0-alpha.29 tag to actually publish the release.
Generated with [Indent](https://indent.com)
Co-Authored-By: Indent <noreply@indent.com>1 parent b290988 commit 6d2a7a6
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments