diff --git a/electron/build.js b/electron/build.js index 2f047b665..c1e8a420c 100644 --- a/electron/build.js +++ b/electron/build.js @@ -181,6 +181,7 @@ function startBuild(data, publish, release) { // publish github package config let repository = process.env.GH_REPOSITORY.split("/") econfig.build.publish = { + "releaseType": "release", "provider": "github", "owner": repository[0], "repo": repository[1]