Commit cb7eaba
Fix iOS RNTester CI: update prebuilt pods alongside hermes-engine
Summary:
The test-ios-rntester CI action only runs pod update hermes-engine, but React-Core-prebuilt and ReactNativeDependencies also derive their version from package.json. When a version bump lands on the stable branch before bump-podfile-lock.yml
regenerates the Podfile.lock, CocoaPods fails with a version mismatch error.
Fix: add React-Core-prebuilt and ReactNativeDependencies to the pod update command in .github/actions/test-ios-rntester/action.yml.
This is safe to run unconditionally — when versions haven't changed, pod update for those pods is a no-op.
---
AI generated from DEV140399664
Differential Revision: D987993721 parent 6747cd2 commit cb7eaba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments