mirror of
				https://kkgithub.com/actions/setup-node.git
				synced 2025-11-04 04:31:55 +08:00 
			
		
		
		
	Don't export both userconfigs
This commit is contained in:
		@ -42,7 +42,7 @@ function writeRegistryToFile(registryUrl: string, fileLocation: string) {
 | 
				
			|||||||
    : `registry=${registryUrl}`;
 | 
					    : `registry=${registryUrl}`;
 | 
				
			||||||
  newContents += `${registryString}${os.EOL}${authString}`;
 | 
					  newContents += `${registryString}${os.EOL}${authString}`;
 | 
				
			||||||
  fs.writeFileSync(fileLocation, newContents);
 | 
					  fs.writeFileSync(fileLocation, newContents);
 | 
				
			||||||
  core.exportVariable('NPM_CONFIG_USERCONFIG', fileLocation);
 | 
					//   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 so npm doesn't complain about not being able to find it
 | 
				
			||||||
  // core.exportVariable('NODE_AUTH_TOKEN', 'XXXXX-XXXXX-XXXXX-XXXXX');
 | 
					  // core.exportVariable('NODE_AUTH_TOKEN', 'XXXXX-XXXXX-XXXXX-XXXXX');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user