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
fix(ci): handle pre-existing release in release workflow
When a release is created from the GitHub UI (which also creates the
tag), the workflow would fail trying to create the release again.
Now checks if the release exists first and uses `gh release upload
--clobber` to attach artifacts to the existing release.
Made-with: Cursor