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
fix: avoid auth errors for npm publish action (#195)
- node22 -> node24
- skip `npm i -g npm` because it fails
- remove `registry-url` because it causes auth errors
- move build step before versioning steps to avoid version bumps when
build could potentially fail
0 commit comments