File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build_and_deploy_ios_testflight_qa :
16- name : Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/develop ' }}
16+ name : Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/fix/sample-app-crash-on-start ' }}
1717 runs-on : [macos-15]
1818 steps :
1919 - name : Connect Bot
@@ -34,11 +34,14 @@ jobs:
3434 - name : iOS Pods setup
3535 working-directory : examples/SampleApp/ios
3636 run : |
37- pod update hermes-engine --no-repo-update
37+ rm -rf Pods
38+ rm -f Podfile.lock
39+ rm -rf build
40+ rm -rf ~/Library/Developer/Xcode/DerivedData
3841 bundle exec pod install
3942 - name : Build and release Testflight QA
4043 working-directory : examples/SampleApp
41- run : bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop ' }};
44+ run : bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/fix/sample-app-crash-on-start ' }};
4245 env :
4346 MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
4447 MATCH_GIT_BASIC_AUTHORIZATION : ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
You can’t perform that action at this time.
0 commit comments