mirror of https://github.com/jenv/jenv.git
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
name: New release created |
||||
on: |
||||
release: |
||||
types: |
||||
- created |
||||
|
||||
jobs: |
||||
update-homebrew: |
||||
name: Update homebrew formula |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- uses: mislav/bump-homebrew-formula-action@v1 |
||||
with: { formula-name: jenv } |
||||
env: |
||||
COMMITTER_TOKEN: ${{ secrets.BREW_TOKEN }} |
||||
Loading…
Reference in new issue