Skip to content

Commit

Permalink
Merge pull request yamadashy#151 from chenrui333/brew-workflow
Browse files Browse the repository at this point in the history
feat: re-add homebrew bump flow
  • Loading branch information
yamadashy authored Nov 3, 2024
2 parents d1d6472 + ffea8ad commit 8b9b336
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: release

on:
release:
types:
- created

jobs:
homebrew:
runs-on: macos-latest
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
with:
test-bot: false

- name: Configure Git user
uses: Homebrew/actions/git-user-config@master

- name: Bump packages
uses: Homebrew/actions/bump-packages@master
with:
token: ${{ secrets.COMMITTER_TOKEN }}
formulae: repomix

0 comments on commit 8b9b336

Please sign in to comment.