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(ci): improve npm authentication in GitHub Actions
- Skip npm whoami check in CI when NODE_AUTH_TOKEN is set
- Add CI environment variable to workflow
- Use bash shell explicitly and fix npmrc permissions
- Remove ${} syntax to prevent shell expansion issues
0 commit comments