GitHub
Installation
npm install --save-dev @electron-forge/publisher-githubUsage
module.exports = {
// ...
publishers: [
{
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'me',
name: 'awesome-thing'
},
prerelease: true
}
}
]
};Authentication
Uploading to GitHub Enterprise instances
Auto updating from GitHub
Last updated
Was this helpful?