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
which evaluates to false when it seems like it should evaluate to true.
Note that for me:
e.response.statusCode = 422, e.description != null, e.description.errors != null, e.description.errors[0].code === "already_exists" and hence the nested if statement below should run.
EDIT:
Upgrading electron-publish to 19.28.1 fixes this error
The text was updated successfully, but these errors were encountered:
Electron-builder: 19.27.7
Electron-builder-http: 19.27.5
Publishing to github fails with an asset already exists error.
I believe the problem is in the githubPublisher file, in the doUpload function. In the catch block
which evaluates to false when it seems like it should evaluate to true.
Note that for me:
e.response.statusCode = 422, e.description != null, e.description.errors != null, e.description.errors[0].code === "already_exists" and hence the nested if statement below should run.
EDIT:
Upgrading electron-publish to 19.28.1 fixes this error
The text was updated successfully, but these errors were encountered: