Skip to content

Commit 3f7bc99

Browse files
authored
ci: add homebrew bump-packages action (#417)
1 parent f767b6b commit 3f7bc99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ jobs:
5151
**/*.exe
5252
**/*.snap
5353
**/*.blockmap
54+
publish-to-homebrew-cask:
55+
name: Publish to Homebrew Cask
56+
needs:
57+
- publish
58+
- release-please
59+
runs-on: macos-latest
60+
steps:
61+
- uses: Homebrew/actions/bump-packages@master
62+
with:
63+
casks: pomatez
64+
token: ${{ secrets.GITHUB_TOKEN }}
5465
publish-to-winget:
5566
name: Publish to WinGet
5667
needs:

0 commit comments

Comments
 (0)