Skip to content

Commit

Permalink
fix: pod install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Oct 29, 2024
1 parent 532acd7 commit b5507e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-pods-
- name: iOS Pods setup
working-directory: examples/SampleApp/ios
run: bundle exec pod install
run: pod update hermes-engine --no-repo-update
- name: Build and release Testflight QA
working-directory: examples/SampleApp
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};
Expand Down

0 comments on commit b5507e7

Please sign in to comment.