Skip to content

Commit

Permalink
ci: Add homebrew bump-packages action
Browse files Browse the repository at this point in the history
  • Loading branch information
ottnorml authored Oct 4, 2023
1 parent 69a137c commit 0243be6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ jobs:
**/*.exe
**/*.snap
**/*.blockmap
publish-to-homebrew-cask:
name: Publish to Homebrew Cask
needs:
- publish
- release-please
runs-on: macos-latest
steps:
- name: Bump packages
uses: Homebrew/actions/bump-packages@master
with:
token: ${{secrets.GITHUB_TOKEN}}
casks: pomatez
publish-to-winget:
name: Publish to WinGet
needs:
Expand Down

0 comments on commit 0243be6

Please sign in to comment.