From 135ca26d5b58812a2a24f2f823da6f5248b9f422 Mon Sep 17 00:00:00 2001 From: Valentin REVERSAT Date: Thu, 21 Sep 2023 21:45:46 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20set=20=C2=B4SUPPLY=5FUPLOAD=5FMAX=5F?= =?UTF-8?q?RETRIES=C2=B4=20env=20var=20to=20prevent=20fastlane=20from=20fa?= =?UTF-8?q?iling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/fastlane/fastlane/issues/21507#issuecomment-1723116829 --- .github/workflows/fastlane.action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fastlane.action.yaml b/.github/workflows/fastlane.action.yaml index 0675fb6a..dafcbf5a 100644 --- a/.github/workflows/fastlane.action.yaml +++ b/.github/workflows/fastlane.action.yaml @@ -45,6 +45,7 @@ jobs: with: lane: ${{ inputs.lane }} subdirectory: 'android' + env: SUPPLY_UPLOAD_MAX_RETRIES: 5 - name: 'Generate Github release' # Only run on new tag