diff --git a/package.json b/package.json index 1042161..6c8b184 100755 --- a/package.json +++ b/package.json @@ -78,7 +78,18 @@ } } ], - "publishers": [] + "publishers": [ + { + "name": "@electron-forge/publisher-github", + "config": { + "repository": { + "owner": "SimplyEdit", + "name": "simplycode-electron" + }, + "prerelease": true + } + } + ] } } }