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 0016f40 commit 32e2c2bCopy full SHA for 32e2c2b
.github/workflows/testflight.yml
@@ -21,9 +21,6 @@ jobs:
21
run: |
22
git checkout ${{ github.event.client_payload.commitSHA }}
23
24
- - name: Bundle Install
25
- run: sudo gem install bundler && sudo bundle install
26
-
27
- name: Install SwiftGen
28
run: brew install swiftgen
29
@@ -63,7 +60,7 @@ jobs:
63
60
sudo cp $PP_PATH /Library/MobileDevice/Provisioning\ Profiles
64
61
65
62
- name: Build and Upload to TestFlight
66
- run: sudo bundle exec fastlane testFlightLane \
+ run: sudo fastlane testFlightLane \
67
keyID:${{ secrets.APP_STORE_KEY_ID }} \
68
issuerID:${{ secrets.APP_STORE_ISSUER_ID }} \
69
keyContents:${{ secrets.APP_STORE_KEY_CONTENTS }} \
0 commit comments