We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c0e05 commit 8f45a68Copy full SHA for 8f45a68
scripts/release/publish-commands/publish-to-npm.js
@@ -64,7 +64,7 @@ const push = async ({cwd, dry, otp, packages, version, tag}) => {
64
// Update the @next tag to also point to it (so @next doesn't lag behind).
65
if (!isPrerelease) {
66
await execUnlessDry(
67
- `npm dist-tag add ${project}@${packageVersion} next`,
+ `npm dist-tag add ${project}@${packageVersion} next ${twoFactorAuth}`,
68
{cwd: path, dry}
69
);
70
}
0 commit comments