Closed
Description
Previously, running the yarn release:github-assets
script would upload the latest successful artifacts from CI to the release draft.
I'm not sure if GitHub changed this behavior but now you need to use the --clobber
flag.
Solution
Add the --clobber
to this line.