Skip to content

Commit 968c1f6

Browse files
committed
fix: remove not needed step
1 parent 88cbeed commit 968c1f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
${{ runner.os }}-pods-
3434
- name: iOS Pods setup
3535
working-directory: examples/SampleApp/ios
36-
run: |
37-
pod update hermes-engine --no-repo-update
38-
bundle exec pod install
36+
run: bundle exec pod install
3937
- name: Build and release Testflight QA
4038
working-directory: examples/SampleApp
4139
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/fix/sampleapp-crash-2' }};

0 commit comments

Comments
 (0)