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 new draft-release release flow: avoid duplicates, capture changelog (#439)
As observed in
#432 (comment),
after #432, release CI has two problems:
- It creates two releases, one as a draft that the artifacts are
uploaded too, and then one that's published. I'm guessing this is
because the `name` key wasn't set on the draft uploads
- The release notes couldn't be created, because the repo and its code
(particularly `CHANGES.md`) wasn't available in the publishing step
0 commit comments