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
// Publishing an assetless draft would make it `latest` and send
299
-
// every downloader (and the Homebrew formula) to a release with
300
-
// no binaries. That is worse than leaving the draft for the
301
-
// recovery path, which can still upload artifacts into it.
303
+
// The component declares a downloadable artifact, so publishing
304
+
// its empty draft would make an incomplete release `latest`.
302
305
let repair = repair_commands(None,None);
303
306
let detail = format!(
304
307
"GitHub Release {} for {} is an unpublished draft with no assets, and this run has no artifacts to attach. Refusing to publish an empty release over the pushed tag.",
0 commit comments