We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0044c commit 5373bc6Copy full SHA for 5373bc6
.github/workflows/windows-release.yml
@@ -33,8 +33,6 @@ jobs:
33
34
- name: Build Windows packages
35
run: npm run electron:build
36
- env:
37
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
39
- name: List built artifacts
40
run: |
package.json
@@ -125,16 +125,7 @@
125
}
126
]
127
},
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
- },
+ "publish": null,
138
"mac": {
139
"target": [
140
"dmg",
0 commit comments