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
I agree to follow the code of conduct that this project follows, as appropriate.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Please describe your issue:
When trying to run electron-forge publish the task fails after it tries to publish to the url https://undefined/
Console output when you run electron-forge with the environment variable DEBUG=electron-forge:*. (Instructions on how to do so here). Please include the stack trace if one exists.
✔ Checking your system
✔ Resolving Forge Config
We need to package your application before we can make it
✔ Preparing to Package Application for arch: x64
✔ Compiling Application
✔ Preparing native dependencies
✔ Packaging Application
Making for the following targets:
✔ Making for target: zip - On platform: darwin - For arch: x64
✔ Making for target: dmg - On platform: darwin - For arch: x64
✔ Resolving publish target: github
⠋ Searching for target releaseDEPRECATED: protocol option is no longer supported
✖ Searching for target release
An unhandled error has occurred inside Forge:
request to https://undefined/repos/priviahealth/desktop/releases?per_page=100 failed, reason: connect ECONNREFUSED 198.105.244.23:443
HttpError: request to https://undefined/repos/priviahealth/desktop/releases?per_page=100 failed, reason: connect ECONNREFUSED 198.105.244.23:443
at fetch.then.then.catch.error (/Users/benjtinsley/sites/desktop-privia/node_modules/@octokit/rest/lib/request/request.js:88:13)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:118:7)
error An unexpected error occurred: "Command failed.
What command line arguments are you passing?
$ electron-forge publish
What does your config.forge data in package.json look like?
Please describe your issue:
When trying to run
electron-forge publish
the task fails after it tries to publish to the urlhttps://undefined/
Console output when you run
electron-forge
with the environment variableDEBUG=electron-forge:*
. (Instructions on how to do so here). Please include the stack trace if one exists.What command line arguments are you passing?
What does your
config.forge
data inpackage.json
look like?The text was updated successfully, but these errors were encountered: