Update homebrew.yml

master
Ivan 3 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: on:
push: push:
tags: tags:
- '*' - '*'
uses: dawidd6/action-homebrew-bump-formula@v3 jobs:
with: update-formulae:
token: ${{secrets.TOKEN}} runs-on: ubuntu-latest
formula: smug steps:
- name: Update Homebrew formulae
uses: dawidd6/action-homebrew-bump-formula@master
with:
token: "${{ secrets.TOKEN }}"
force: false
livecheck: true

Loading…
Cancel
Save