Skip to content

release-published

release-published #2

Workflow file for this run

name: Update Homebrew Tap
on:
repository_dispatch:
types: [release-published]
permissions:
contents: read
jobs:
update-tap:
# Use @main for newest version, or pin to specific version like @v1.0.0
uses: 0xjuanma/simple-release/.github/workflows/reusable-update-tap.yml@main
with:
tap-repo: '0xjuanma/homebrew-tap'
project-name: 'golazo'
formula-path: 'golazo.rb'
github-repo: '0xjuanma/golazo'
secrets:
token: ${{ secrets.TAP_TOKEN }}