Skip to content

Commit 8ddda1a

Browse files
committed
v0.13.0 release
1 parent fc7405d commit 8ddda1a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/pro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ProBuild
33
on:
44
push:
55
tags:
6-
- v*.*.*
6+
- vv*.*.*
77

88
jobs:
99
build:

electron-builder.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
44
"appId": "AigcPanel",
5+
"publish": [],
56
"asar": true,
67
"npmRebuild": true,
78
"productName": "AigcPanel",

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,5 @@
9494
},
9595
"optionalDependencies": {
9696
"node-mac-permissions": "^2.4.0"
97-
},
98-
"build": {
99-
"publish": "never"
10097
}
10198
}

0 commit comments

Comments
 (0)