From 9c80ef93c6e6ec60090c2931a3ea5a578806478f Mon Sep 17 00:00:00 2001 From: OttNorml <2350859+ottnorml@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:51:28 +0000 Subject: [PATCH] ci: Add homebrew bump-packages action --- .github/workflows/release-please.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2c281c40..6bb9646b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -51,6 +51,17 @@ jobs: **/*.exe **/*.snap **/*.blockmap + publish-to-homebrew-cask: + name: Publish to Homebrew Cask + needs: + - publish + - release-please + runs-on: macos-latest + steps: + - uses: Homebrew/actions/bump-packages@master + with: + casks: pomatez + token: ${{ secrets.GITHUB_TOKEN }} publish-to-winget: name: Publish to WinGet needs: