Update homebrew.yml

master
Ivan 2 years ago committed by GitHub
parent 6234533902
commit 5334d8e5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,15 @@
name: Update Homebrew formula
on:
push:
tags:
- '*'
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{secrets.TOKEN}}
formula: smug
jobs:
update-formulae:
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@master
with:
token: "${{ secrets.TOKEN }}"
force: false
livecheck: true

Loading…
Cancel
Save