Skip to content

Commit 0c1c4ae

Browse files
committed
fix(ci): fix executable bits on ios_config script during patchset generation
1 parent 94979f5 commit 0c1c4ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create_test_patches.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
if [ -d node_modules/@react-native-firebase/$PACKAGE ]; then
8686
pushd node_modules/@react-native-firebase
8787
tar -zxf $HOME/packages/react-native-firebase-${PACKAGE}.tgz
88+
# yarn3+ pack does not handle the executable bits on our scripts correctly. Fix.
89+
chmod 755 package/ios_config.sh && true
8890
mv $PACKAGE/package.json package/
8991
\rm -fr $PACKAGE
9092
mv package $PACKAGE

0 commit comments

Comments
 (0)