Skip to content

Commit 5373bc6

Browse files
committed
Fix Windows build workflow - disable electron-builder auto-publish
1 parent 9d0044c commit 5373bc6

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/windows-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333

3434
- name: Build Windows packages
3535
run: npm run electron:build
36-
env:
37-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3836

3937
- name: List built artifacts
4038
run: |

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,7 @@
125125
}
126126
]
127127
},
128-
"publish": {
129-
"provider": "github",
130-
"owner": "Ricardo Wagemaker",
131-
"repo": "EasyEdit",
132-
"channel": "latest",
133-
"private": true,
134-
"publishAutoUpdate": true,
135-
"updaterCacheDirName": "easyedit-updater",
136-
"vPrefixedTagName": false
137-
},
128+
"publish": null,
138129
"mac": {
139130
"target": [
140131
"dmg",

0 commit comments

Comments
 (0)