Skip to content

Commit 743c2e5

Browse files
committed
fix: Disable automatic GitHub release publishing
Set publish to null in electron-builder config to prevent conflicts with existing draft release assets. Artifacts will be uploaded to GitHub Actions artifacts but not automatically published to releases.
1 parent d489228 commit 743c2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/keepkey-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"appId": "com.keepkey.desktop",
2828
"productName": "KeepKey Desktop",
2929
"generateUpdatesFilesForAllChannels": true,
30-
"publish": "github",
30+
"publish": null,
3131
"files": [
3232
"build/**/*",
3333
"executables/*"

0 commit comments

Comments
 (0)