Skip to content

Commit 2de37a1

Browse files
committed
fix: add dist-tag to publish log
1 parent 02bea6c commit 2de37a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = async ({npmPublish, pkgRoot}, pkg, context) => {
1919
const registry = getRegistry(pkg, context);
2020
const distTag = getChannel(channel);
2121

22-
logger.log(`Publishing version ${version} to npm registry`);
22+
logger.log(`Publishing version ${version} to npm registry on dist-tag ${distTag}`);
2323
const result = execa('npm', ['publish', basePath, '--tag', distTag, '--registry', registry], {cwd, env});
2424
result.stdout.pipe(
2525
stdout,

0 commit comments

Comments
 (0)