Skip to content

Commit 2e75b05

Browse files
committed
v2.0.0
1 parent aa17844 commit 2e75b05

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
# GitHub token, automatically provided to the action
2626
# (No need to define this secret in the repo settings)
27-
github_token: ${{ secrets.GH_TOKEN }}
27+
github_token: ${{ secrets.github_token }}
2828

2929
args: "--x64 --arm64"
3030

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ha-menu",
33
"description": "Customizable way to interact with Home Assistant through the menu bar on macOS.",
4-
"version": "1.2.1",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Addison Ireland"
77
},
@@ -31,7 +31,8 @@
3131
"start": "electron .",
3232
"lint": "eslint . --fix",
3333
"pack": "electron-builder --dir",
34-
"dist": "electron-builder"
34+
"dist": "electron-builder",
35+
"publish": "electron-builder --mac --x64 --arm64 -p always"
3536
},
3637
"devDependencies": {
3738
"electron": "^15.3.0",

0 commit comments

Comments
 (0)