diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8039fbd..f7f4587 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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" diff --git a/package.json b/package.json index 3aafa71..9faeaa4 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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",