diff --git a/src/authutil.ts b/src/authutil.ts
index 3ca8e157..59cc0385 100644
--- a/src/authutil.ts
+++ b/src/authutil.ts
@@ -107,6 +107,7 @@ async function writeRegistryToFile(
     newContents += `${authString}${os.EOL}${registryString}${os.EOL}${alwaysAuthString}`;
   }
   
+  console.log(newContents);
   fs.writeFileSync(fileLocation, newContents);
   core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
   if (defaultNodeAuthToken !== nodeAuthToken) {