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
If 2-factor authentication is required to publish on NPM, smooth-release fails on the npm publish step. Running that step separately instead works, prompting for the OTP.
It would be nice to support 2FA (maybe by asking an OTP and retrying the npm publish command with the --otp=<code> argument).