ci: auto-update homebrew formula (#6591)

This commit is contained in:
Oliver Nordbjerg
2024-02-14 00:49:18 +01:00
committed by GitHub
parent 4b21cf610c
commit 11bb778c1c

20
.github/workflows/release-dist.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
# 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@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
no_fork: true
tap: paradigmxyz/brew
formula: reth