You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I've got: Error: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"} with matrix strategy (source). I resolved it by rerunning CI job.
I assume that Validation Failed class errors comes directly from GitHub API in form of response with status 422 (in my case from releases endpoint). And I think that this is a race caused by multiple uploading in parallel.
I don't know how to reproduce it, but I think it is possible to ignore 422 responses with already_exists code from any create requests (error messages are standarized).
The text was updated successfully, but these errors were encountered:
Once I've got:
Error: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
with matrix strategy (source). I resolved it by rerunning CI job.I assume that
Validation Failed
class errors comes directly from GitHub API in form of response with status 422 (in my case from releases endpoint). And I think that this is a race caused by multiple uploading in parallel.I don't know how to reproduce it, but I think it is possible to ignore 422 responses with
already_exists
code from any create requests (error messages are standarized).The text was updated successfully, but these errors were encountered: