Skip to content

Commit 323486f

Browse files
committed
🔧 :: Increase xcodebuild timeout for GitHub Actions
1 parent 530ecec commit 323486f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ jobs:
5959
- name: Run Fastlane Release
6060
run: fastlane release
6161
env:
62+
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 10
63+
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 6
6264
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
6365
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}

0 commit comments

Comments
 (0)