Skip to content

Commit ef10ac0

Browse files
fabriziocuccimeta-codesync[bot]
authored andcommitted
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 c12806c commit ef10ac0

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
@@ -35,8 +35,9 @@ jobs:
3535
- name: Bump podfile.lock
3636
run: |
3737
cd packages/rn-tester
38+
rm Podfile.lock
3839
bundle install
39-
bundle exec pod update hermes-engine --no-repo-update
40+
bundle exec pod install
4041
- name: Commit changes
4142
run: |
4243
git add packages/rn-tester/Podfile.lock

0 commit comments

Comments
 (0)