From c94fbbee14a0fb7a2e518f8de64e09de0be6d78b Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 26 May 2021 09:21:55 -0700 Subject: [PATCH] Fix bump pods (#2374) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/2374 Quick fix for create_pr flow Reviewed By: priteshrnandgaonkar Differential Revision: D28711029 fbshipit-source-id: 893a15a62896a96739b3cf5e784ca29e5d9647b5 --- .github/workflows/publish-pods.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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