Skip to content

Don't let the install-size step fail a release #1320

Description

@l2ysho

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request.t-buildersIssues owned by the Builders team.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions