Skip to content

Commit c8b6fa5

Browse files
authored
Merge pull request #1466 from numbersprotocol/feature-update-README-with-iOS-release-error
Re-run failed job when deploy-app-store error
2 parents 0504697 + c38b9b8 commit c8b6fa5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,11 @@ When push to the `master` branch with new version in the `package.json` file, Gi
140140
1. Publish the app to Play Console on alpha track.
141141
1. Upload debug apk to Google Drive.
142142
1. Send notification to the private `reminder-releases` slack channel.
143+
144+
If error occur in `deploy-app-store` GitHub Action, most likely it's due to some weird error with GitHub MacOS runner or iOS server. Re-run the failed job should fix that. However, you might run into
145+
146+
```
147+
Error: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
148+
```
149+
150+
In this case, you could delete the releae tag by doing `git push --delete origin tagname`. E.g. `git push --delete origin 0.53.0`.

0 commit comments

Comments
 (0)