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: pre-create the draft release to fix electron-builder's create race
The GitHub publisher runs one instance per artifact; with no existing
draft they raced to create one and v0.0.2 ended up as TWO drafts with
the assets split between them (merged by hand afterwards). Creating
the draft up front — commit-log notes included — gives every publisher
instance the same release to find. The post-build notes step is gone;
notes now ride on the create.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments