Skip to content

Commit b013bb1

Browse files
committed
fix: set releaseType to release so CI publishes directly instead of draft
1 parent 0ba8cc3 commit b013bb1

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

package.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
"to": "icon.ico"
7575
}
7676
],
77+
"publish": [
78+
{
79+
"provider": "github",
80+
"owner": "sjsjysfj",
81+
"repo": "LifeManager",
82+
"releaseType": "release"
83+
}
84+
],
7785
"win": {
7886
"icon": "build/icon.ico",
7987
"target": [
@@ -83,13 +91,6 @@
8391
"x64"
8492
]
8593
}
86-
],
87-
"publish": [
88-
{
89-
"provider": "github",
90-
"owner": "sjsjysfj",
91-
"repo": "LifeManager"
92-
}
9394
]
9495
},
9596
"mac": {
@@ -102,13 +103,6 @@
102103
"arm64"
103104
]
104105
}
105-
],
106-
"publish": [
107-
{
108-
"provider": "github",
109-
"owner": "sjsjysfj",
110-
"repo": "LifeManager"
111-
}
112106
]
113107
},
114108
"nsis": {

0 commit comments

Comments
 (0)