Skip to content

[0.87] Fix post-release workflow failures #1353

Description

@cipolleschi

Target Branch

0.87-stable

Link to commit or PR to be picked

react/react-native@60fac2e

Description

This fixes the three post-release workflow failures observed in the 0.87.0-rc.2 publish run:

  • The Maven verification script contains Flow syntax that actions/github-script cannot load with plain Node. The fix preserves the annotations as Flow comments.
  • The Podfile lock workflow uses macos-latest, which does not provide its configured Xcode 16.4 version. The fix pins the job to macos-15.
  • Release asset API calls use the former repository owner. GitHub redirects upload requests to the canonical react/react-native owner without preserving the POST, so asset uploads fail. The fix uses the canonical owner directly.

This pick is needed so the post-release validation, Podfile lock update, and release asset upload jobs complete for the next 0.87 release. The changes are limited to release infrastructure and the corresponding test snapshots.

Validation on main included Node syntax checks and the focused Jest suites; 13 tests and 15 snapshots passed.

Failing run: https://github.com/react/react-native/actions/runs/29775529785/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type Pick RequestPick requests to include commits inside a React Native release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions