mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-04-08 15:08:44 +00:00
fix: correct electron-builder upload for prerelease tags
Remove 'releaseType: "release"' to allow automatic handling of prerelease tags. Co-authored-by: Jason <159670257+Jasonzhu1207@users.noreply.github.com>
This commit is contained in:
@@ -78,8 +78,7 @@
|
|||||||
"publish": {
|
"publish": {
|
||||||
"provider": "github",
|
"provider": "github",
|
||||||
"owner": "Jasonzhu1207",
|
"owner": "Jasonzhu1207",
|
||||||
"repo": "WeFlow",
|
"repo": "WeFlow"
|
||||||
"releaseType": "release"
|
|
||||||
},
|
},
|
||||||
"productName": "WeFlow",
|
"productName": "WeFlow",
|
||||||
"artifactName": "${productName}-${version}-Setup.${ext}",
|
"artifactName": "${productName}-${version}-Setup.${ext}",
|
||||||
|
|||||||
Reference in New Issue
Block a user