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/
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:
actions/github-scriptcannot load with plain Node. The fix preserves the annotations as Flow comments.macos-latest, which does not provide its configured Xcode 16.4 version. The fix pins the job tomacos-15.react/react-nativeowner 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
mainincluded 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/