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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
be2f15b71f
commit
c94fbbee14
4
.github/workflows/publish-pods.yml
vendored
4
.github/workflows/publish-pods.yml
vendored
@@ -98,7 +98,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Update ReactNativeFlipperExample Podfile.lock
|
- name: Update ReactNativeFlipperExample Podfile.lock
|
||||||
run: |
|
run: |
|
||||||
cd react-native/ReactNativeFlipperExample/ios/
|
cd react-native/ReactNativeFlipperExample
|
||||||
|
yarn install
|
||||||
|
cd ios
|
||||||
pod update --repo-update
|
pod update --repo-update
|
||||||
ls
|
ls
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user