Skip to content

Commit 952340a

Browse files
committed
Fix bump of Podfile.lock after release (#55232)
Summary: Pull Request resolved: #55232 Changelog: [Internal] As suggested by cipolleschi, this is a more stable solution given that the workflow has been consistently failing for the past couple of RCs. Reviewed By: cipolleschi Differential Revision: D90992194 fbshipit-source-id: 7586a4bf141a875b2d780d1a359e79fc42c9ffda
1 parent bddbd40 commit 952340a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bump-podfile-lock.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
- name: Bump podfile.lock
3838
run: |
3939
cd packages/rn-tester
40+
rm Podfile.lock
4041
bundle install
41-
bundle exec pod update hermes-engine --no-repo-update
42+
bundle exec pod install
4243
- name: Commit changes
4344
run: |
4445
git add packages/rn-tester/Podfile.lock

0 commit comments

Comments
 (0)