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
build: check npm before the tag-is-tip check in the release gate
Sitting on master just after a release trips both: the version is published and the tag is behind the new commits. The tag message told you to force-move the tag, which is wrong once the version is spent. Checking npm first gives the answer that actually applies, which is to cut a new version.
0 commit comments