File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
2424 GIT_PAT_READONLY : ${{ secrets.GIT_PAT_READONLY }}
2525 GIT_TAG_NAME : ${{ github.ref_name }}
26- XCODE_VERSION : " 16.1 "
26+ XCODE_VERSION : " 16.4 "
2727
2828 runs-on : macos-15
2929
@@ -101,7 +101,7 @@ jobs:
101101 - name : Upload dev app to TestFlight
102102 if : ${{ steps.regex.outputs.group1 == 'testflight' && steps.regex.outputs.group5 == 'debug' }}
103103 run : |
104- bundle exec fastlane beta --env dev
104+ bundle exec fastlane beta --env dev --verbose
105105
106106 - name : Upload prod app to TestFlight
107107 if : ${{ steps.regex.outputs.group1 == 'testflight' && steps.regex.outputs.group5 == 'release' }}
@@ -111,4 +111,4 @@ jobs:
111111 - name : Upload prod app to App Store
112112 if : ${{ steps.regex.outputs.group1 == 'appstore' && steps.regex.outputs.group5 == 'release' }}
113113 run : |
114- bundle exec fastlane release --env prod
114+ bundle exec fastlane release --env prod --verbose
You can’t perform that action at this time.
0 commit comments