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
`Version Check successfull. Version will be changed to ${current_version}`
);
} else {
process.stderr.write(
`\nVersion number in package.json should be higher than the latest version for publish step.\nThe latest tagged version is ${latest_tag}.\nCurrent version in package.json is ${current_version}`