You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`npm install -g npm@latest` is broken on Node 22.22.2's bundled npm
(missing 'promise-retry'), which broke the 0.1.3 publish. Switch to
`npx -y npm@11.5.2 publish` — pinned for Trusted Publisher OIDC, no
broken global install needed.
Also add a workflow_dispatch trigger with a `tag` input so a publish
can be re-run for an existing tag (e.g. v0.1.3) when CI flaked,
without having to bump versions.
0 commit comments