Skip to content

Commit 14e150d

Browse files
committed
update changes
1 parent 5da2d61 commit 14e150d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/authutil.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@ function writeRegistryToFile(
5454
fs.writeFileSync(fileLocation, newContents);
5555
core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
5656
// Export empty node_auth_token so npm doesn't complain about not being able to find it
57-
core.exportVariable('NODE_AUTH_TOKEN', process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX');
57+
core.exportVariable(
58+
'NODE_AUTH_TOKEN',
59+
process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX'
60+
);
5861
}

0 commit comments

Comments
 (0)