File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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/testflight-sample-crash ' }}
1717 runs-on : [macos-15]
1818 steps :
1919 - name : Connect Bot
3838 bundle exec pod install
3939 - name : Build and release Testflight QA
4040 working-directory : examples/SampleApp
41- run : bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop ' }};
41+ run : bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/fix/testflight-sample-crash ' }};
4242 env :
4343 MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
4444 MATCH_GIT_BASIC_AUTHORIZATION : ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
You can’t perform that action at this time.
0 commit comments