We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce7f54 commit 918e422Copy full SHA for 918e422
2 files changed
.github/workflows/prebuild-ios-core.yml
@@ -83,7 +83,7 @@ jobs:
83
# Move the XCFramework in the destination directory
84
mv /tmp/third-party/packages/react-native/third-party/ReactNativeDependencies.xcframework packages/react-native/third-party/ReactNativeDependencies.xcframework
85
86
- VERSION=$(jq -r '.version' package.json)
+ VERSION=$(jq -r '.version' packages/react-native/package.json)
87
echo "$VERSION-${{matrix.flavor}}" > "packages/react-native/third-party/version.txt"
88
cat "packages/react-native/third-party/version.txt"
89
# Check destination directory
0 commit comments