Skip to content

Commit 0299da9

Browse files
committed
chore: revert cache revalidation
1 parent ca1853a commit 0299da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{ runner.os }}-pods-
3434
- name: iOS Pods setup
3535
working-directory: examples/SampleApp/ios
36-
run: pod update hermes-engine --no-repo-update
36+
run: bundle exec pod install
3737
- name: Build and release Testflight QA
3838
working-directory: examples/SampleApp
3939
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};

0 commit comments

Comments
 (0)