Skip to content

Commit 918e422

Browse files
authored
[RN][CI]Fix prebuilds for stable releases (#52503)
1 parent bce7f54 commit 918e422

2 files changed

Lines changed: 333 additions & 1029 deletions

File tree

.github/workflows/prebuild-ios-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Move the XCFramework in the destination directory
8484
mv /tmp/third-party/packages/react-native/third-party/ReactNativeDependencies.xcframework packages/react-native/third-party/ReactNativeDependencies.xcframework
8585
86-
VERSION=$(jq -r '.version' package.json)
86+
VERSION=$(jq -r '.version' packages/react-native/package.json)
8787
echo "$VERSION-${{matrix.flavor}}" > "packages/react-native/third-party/version.txt"
8888
cat "packages/react-native/third-party/version.txt"
8989
# Check destination directory

0 commit comments

Comments
 (0)