We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca409 commit 4b9b99bCopy full SHA for 4b9b99b
.github/workflows/build.yml
@@ -117,8 +117,14 @@ jobs:
117
-o fastlane/api-8546008605074111507-287154-450dc77b365f.json
118
rm fastlane/api-8546008605074111507-287154-450dc77b365f.json.key
119
120
+ # Retry this, in case there are concurrent jobs, which may lead to the error:
121
+ # "Google Api Error: Invalid request - This Edit has been deleted."
122
- name: Update versionCode
- run: bundle exec fastlane update_version
123
+ uses: Wandalen/wretry.action@master
124
+ with:
125
+ command: bundle exec fastlane update_version
126
+ attempt_limit: 3
127
+ attempt_delay: 20000
128
129
- name: Output versionCode
130
id: versionCode
0 commit comments