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) {