Skip to content

Commit 8c3e52d

Browse files
committed
chore: fix ci
1 parent a804ab5 commit 8c3e52d

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
@@ -51,7 +51,7 @@ jobs:
5151
bundle exec pod install
5252
- name: Build and release Testflight QA
5353
working-directory: examples/SampleApp
54-
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};
54+
run: bundle exec fastlane ios deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};
5555
env:
5656
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
5757
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}

0 commit comments

Comments
 (0)