## Add publishing workflow Steps should be - Run build - Run Test - Detect what type of semver bump we want (maybe infer from PR name/desc or default to minor?) - if this is run on main, move to a new branch - yarn publish with proper flag and npm access token - extra point to deploy on JSR - if this is run on main, create a pr for that branch
Add publishing workflow
Steps should be