ComfyUI/.github
clsferguson b59e789284
fix(workflow): ensure Publish runs by marking build result unconditionally
The publish job was skipped because the build jobs never set their `built` output. A failed earlier step combined with job-level `continue-on-error` caused `success()` to evaluate false, so the “Mark build success” step did not run and outputs were empty. Removed job-level `continue-on-error` and replaced the marker step with an `always()`-gated step that derives `built` from `docker/build-push-action`’s `digest` output. Mirrored this in the self-hosted fallback. Kept `permissions: contents: write` for release creation. No functional changes elsewhere.
2025-10-10 21:37:58 -06:00
..
ISSUE_TEMPLATE Make custom node testing checkbox optional in issue templates (#9342) 2025-08-14 17:36:53 -04:00
workflows fix(workflow): ensure Publish runs by marking build result unconditionally 2025-10-10 21:37:58 -06:00