From 7d147e85af0aaeb2e3882aac8b19915eabf08868 Mon Sep 17 00:00:00 2001 From: Andres Vargas Date: Tue, 27 Oct 2020 18:17:58 -0600 Subject: [PATCH] unstage changes --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 2bb306f..c36c307 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4793,7 +4793,7 @@ function writeRegistryToFile(registryUrl, fileLocation, alwaysAuth) { newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`; fs.writeFileSync(fileLocation, newContents); 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('NODE_AUTH_TOKEN', process.env.NODE_AUTH_TOKEN || 'XXXXX-XXXXX-XXXXX-XXXXX'); } //# sourceMappingURL=authutil.js.map