Commit b97c7ed
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.
Changelog: [Internal]
---
Differential Revision: D987993721 parent 6747cd2 commit b97c7ed
1 file changed
+1
-1
lines changed| 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