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 9c80ef9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c80ef9

Please sign in to comment.