Skip to content

Commit

Permalink
Add workaround for google api issue
Browse files Browse the repository at this point in the history
This retries option was just released

see fastlane/fastlane#21518
  • Loading branch information
jorgeazevedo committed Sep 18, 2023
1 parent 113be80 commit 0ed2a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
SUPPLY_JSON_KEY_DATA: ${{ secrets.SUPPLY_JSON_KEY_DATA }}
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
SUPPLY_UPLOAD_MAX_RETRIES: 5

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 0ed2a35

Please sign in to comment.