The Report install size step (.github/workflows/release.yaml:229, .github/workflows/pre_release.yaml:196) runs node scripts/report-install-size.mjs, which packs the tree and installs apify-cli@latest from the registry. A registry hiccup or pack failure fails the job and takes the whole release with it.
Fix: continue-on-error: true. An empty report output just leaves a blank line in the release notes.
From the review of #1304. Part of #1305.
Generated by Claude Code
The
Report install sizestep (.github/workflows/release.yaml:229,.github/workflows/pre_release.yaml:196) runsnode scripts/report-install-size.mjs, which packs the tree and installsapify-cli@latestfrom the registry. A registry hiccup or pack failure fails the job and takes the whole release with it.Fix:
continue-on-error: true. An emptyreportoutput just leaves a blank line in the release notes.From the review of #1304. Part of #1305.
Generated by Claude Code