Manage your Java environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
314 B

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 }}