We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a804ab5 commit 8c3e52dCopy full SHA for 8c3e52d
.github/workflows/sample-distribution.yml
@@ -51,7 +51,7 @@ jobs:
51
bundle exec pod install
52
- name: Build and release Testflight QA
53
working-directory: examples/SampleApp
54
- run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};
+ run: bundle exec fastlane ios deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};
55
env:
56
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
57
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
0 commit comments