Skip to content

Commit c38b9b8

Browse files
committed
feat(README.md): add instruction for deleting release tag
1 parent 693cc9e commit c38b9b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,10 @@ When push to the `master` branch with new version in the `package.json` file, Gi
141141
1. Upload debug apk to Google Drive.
142142
1. Send notification to the private `reminder-releases` slack channel.
143143

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.
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)