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
ci: derive TAG_NAME from package.json when not a release
Use github.event.release.tag_name when set; otherwise set TAG_NAME to
v-${version} from package.json so workflow_dispatch matches semver.
Accept v0.2.0, 0.2.0, and v-0.2.0 in the version check.
Made-with: Cursor
0 commit comments