We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please describe your issue:
Publishing to electron update release server cause it to get stuck. I was looking into the code and it seems the promise that post the asset never calls the resolve callback, shouldn't it be called? Here https://github.com/electron-userland/electron-forge/blob/f2094ca253bc8a3d51292094cf280ccfcdd23026/src/publishers/electron-release-server.js#L106
The text was updated successfully, but these errors were encountered:
fix(publisher): call resolve() when electron-release-server publisher…
996efb1
… succeeds ISSUES CLOSED: #460
71ca7e5
… succeeds (#465) ISSUES CLOSED: #460
364ba8d
build: update Electron releases JSON (#460)
fc3ed6f
Co-authored-by: malept <electron-bot@users.noreply.github.com>
No branches or pull requests
Please describe your issue:
Publishing to electron update release server cause it to get stuck. I was looking into the code and it seems the promise that post the asset never calls the resolve callback, shouldn't it be called? Here https://github.com/electron-userland/electron-forge/blob/f2094ca253bc8a3d51292094cf280ccfcdd23026/src/publishers/electron-release-server.js#L106
The text was updated successfully, but these errors were encountered: