diff --git a/electron-builder.json b/electron-builder.json index c7258c6..8ae92e2 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -32,5 +32,5 @@ "runAfterFinish": true }, "files": ["main", "out"], - "publish": [{ "provider": "github", "repo": "super-resolution", "owner": "UrijHoruzij", "token": "${GH_TOKEN}" }] + "publish": [{ "provider": "github", "repo": "super-resolution", "owner": "UrijHoruzij" }] }