You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smug/.github/workflows/homebrew.yml

16 lines
298 B
YAML

on:
push:
tags:
- '*'
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