mirror of
https://github.com/actions/setup-node
synced 2024-11-09 23:22:41 +00:00
update comment
This commit is contained in:
parent
312bbeecfd
commit
66dfac5328
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function writeRegistryToFile(
|
||||||
newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`;
|
newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`;
|
||||||
fs.writeFileSync(fileLocation, newContents);
|
fs.writeFileSync(fileLocation, newContents);
|
||||||
core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
|
core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
|
||||||
// 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
|
||||||
core.exportVariable(
|
core.exportVariable(
|
||||||
'NODE_AUTH_TOKEN',
|
'NODE_AUTH_TOKEN',
|
||||||
process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX'
|
process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX'
|
||||||
|
|
Loading…
Reference in a new issue