diff --git a/.github/workflows/publish-pods.yml b/.github/workflows/publish-pods.yml index 84d7908fc..8fcda20cf 100644 --- a/.github/workflows/publish-pods.yml +++ b/.github/workflows/publish-pods.yml @@ -98,7 +98,9 @@ jobs: - name: Update ReactNativeFlipperExample Podfile.lock run: | - cd react-native/ReactNativeFlipperExample/ios/ + cd react-native/ReactNativeFlipperExample + yarn install + cd ios pod update --repo-update ls