mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-15 21:12:30 +08:00
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. |
||
|---|---|---|
| .. | ||
| build-release.yml | ||
| check-line-endings.yml | ||
| cleanup-ghcr-untagged.yml | ||
| pullrequest-ci-run.yml | ||
| release-stable-all.yml | ||
| release-webhook.yml | ||
| resume-publish.yml | ||
| ruff.yml | ||
| stable-release.yml | ||
| stale-issues.yml | ||
| sync-build-release.yml | ||
| test-build.yml | ||
| test-ci.yml | ||
| test-execution.yml | ||
| test-launch.yml | ||
| test-unit.yml | ||
| update-api-stubs.yml | ||
| update-version.yml | ||
| windows_release_dependencies_manual.yml | ||
| windows_release_dependencies.yml | ||
| windows_release_nightly_pytorch.yml | ||
| windows_release_package.yml | ||