Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addyire committed Nov 29, 2021
1 parent aa17844 commit 2e75b05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.github_token }}

args: "--x64 --arm64"

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ha-menu",
"description": "Customizable way to interact with Home Assistant through the menu bar on macOS.",
"version": "1.2.1",
"version": "2.0.0",
"author": {
"name": "Addison Ireland"
},
Expand Down Expand Up @@ -31,7 +31,8 @@
"start": "electron .",
"lint": "eslint . --fix",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "electron-builder",
"publish": "electron-builder --mac --x64 --arm64 -p always"
},
"devDependencies": {
"electron": "^15.3.0",
Expand Down

0 comments on commit 2e75b05

Please sign in to comment.