Skip to content

Commit

Permalink
fix(ci): set ´SUPPLY_UPLOAD_MAX_RETRIES´ env var to prevent fastlane …
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Sep 23, 2023
1 parent d3fa44b commit 971f6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fastlane.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
lane: ${{ inputs.lane }}
subdirectory: 'android'
env:
SUPPLY_UPLOAD_MAX_RETRIES: 5
- name: 'Generate Github release'
# Only run on new tag
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 971f6b7

Please sign in to comment.