Files
nanoreth/.github/workflows/release-dist.yml
dependabot[bot] 2973f0c3e8 chore(deps): bump dawidd6/action-homebrew-bump-formula from 3 to 4 (#11951)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 12:33:47 +02:00

21 lines
470 B
YAML

# This workflow auto-publishes Reth to external package managers such as
# Homebrew when a release is published.
name: release externally
on:
release:
types: [published]
jobs:
release-homebrew:
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v4
with:
token: ${{ secrets.HOMEBREW }}
no_fork: true
tap: paradigmxyz/brew
formula: reth