8000 unstage changes · actions/setup-node@7d147e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d147e8

Browse files
committed
unstage changes
1 parent 66dfac5 commit 7d147e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4793,7 +4793,7 @@ function writeRegistryToFile(registryUrl, fileLocation, alwaysAuth) {
47934793
newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`;
47944794
fs.writeFileSync(fileLocation, newContents);
47954795
core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
4796-
// Export empty node_auth_token so npm doesn't complain about not being able to find it
4796+
// Export empty node_auth_token if didn't exist so npm doesn't complain about not being able to find it
47974797
core.exportVariable('NODE_AUTH_TOKEN', process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX');
47984798
}
47994799
//# sourceMappingURL=authutil.js.map

0 commit comments

Comments
 (0)
0