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
Replace npm CI version rewriting with tag validation
Use package.json as the single source of truth for version numbers instead of overwriting them from the git tag during CI. The workflow now validates that the tag matches the version in package.json and fails early if they diverge.