We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312bbee commit 66dfac5Copy full SHA for 66dfac5
src/authutil.ts
@@ -53,7 +53,7 @@ function writeRegistryToFile(
53
newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`;
54
fs.writeFileSync(fileLocation, newContents);
55
core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
56
- // Export empty node_auth_token so npm doesn't complain about not being able to find it
+ // Export empty node_auth_token if didn't exist so npm doesn't complain about not being able to find it
57
core.exportVariable(
58
'NODE_AUTH_TOKEN',
59
process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX'
0 commit comments