We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f53f4 commit 37c9ccfCopy full SHA for 37c9ccf
src/publish.js
@@ -208,7 +208,7 @@ export async function publish(args) {
208
if (!registryUrlWithoutScheme.endsWith('/')) registryUrlWithoutScheme += '/';
209
210
const configCmd = `npm config set //${registryUrlWithoutScheme}:_authToken ${env.NPM_TOKEN}`;
211
- logger.info(`Setting npm config to registry //${registryUrlWithoutScheme}`);
+ logger.info(`Setting npm config to registry: npm config set //${registryUrlWithoutScheme}:_authToken ${obfuscateToken(env.NPM_TOKEN)}`);
212
execSync(configCmd, {
213
cwd: packageDirectory,
214
env
0 commit comments