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
Move npm publish and kp gh-release to a standalone command: kp release, now running kp will only update package.json, create git tag and push to GitHub. kp release is used to actually publish on npm and create release on GitHub, this step could be automated via CI instead, env variables GITHUB_TOKEN and NPM_TOKEN are required for this to work.