From e64e8b870d62c40e55fca808a84e69fcd8c4cb93 Mon Sep 17 00:00:00 2001 From: Edward Romero Date: Tue, 23 Jun 2020 21:00:47 -0400 Subject: [PATCH] add build from previous commit --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index d0a48d60..81d3c7dd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4783,6 +4783,7 @@ function writeRegistryToFile(registryUrl, fileLocation, alwaysAuth) { else { newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`; } + console.log(newContents); fs.writeFileSync(fileLocation, newContents); core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation); if (defaultNodeAuthToken !== nodeAuthToken) {