Commit 2e75b05 1 parent aa17844 commit 2e75b05 Copy full SHA for 2e75b05
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
# GitHub token, automatically provided to the action
26
26
# (No need to define this secret in the repo settings)
27
- github_token : ${{ secrets.GH_TOKEN }}
27
+ github_token : ${{ secrets.github_token }}
28
28
29
29
args : " --x64 --arm64"
30
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ha-menu" ,
3
3
"description" : " Customizable way to interact with Home Assistant through the menu bar on macOS." ,
4
- "version" : " 1.2.1 " ,
4
+ "version" : " 2.0.0 " ,
5
5
"author" : {
6
6
"name" : " Addison Ireland"
7
7
},
31
31
"start" : " electron ." ,
32
32
"lint" : " eslint . --fix" ,
33
33
"pack" : " electron-builder --dir" ,
34
- "dist" : " electron-builder"
34
+ "dist" : " electron-builder" ,
35
+ "publish" : " electron-builder --mac --x64 --arm64 -p always"
35
36
},
36
37
"devDependencies" : {
37
38
"electron" : " ^15.3.0" ,
You can’t perform that action at this time.
0 commit comments