You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warn(`No access token provided. Publishing to registry ${args.registry} may fail.`);
37
+
}
33
38
34
39
if(webhook){
35
40
awaitsendMessageToWebhook(webhook,`📦 Publishing package ${packageJson.name}@${packageJson.version} to registry ${args.registry} with tag ${args.tag||'-'}\nBuild time: ${buildTime}\nShort SHA: ${shortSha}\nRepository: ${repoUrl}`);
0 commit comments