Skip to content

Commit 8e1ad5f

Browse files
committed
Updates Xcode version & adds verbosity flag
1 parent 5da4755 commit 8e1ad5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-legacy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

0 commit comments

Comments
 (0)