Skip to content

Commit

Permalink
ci: auto-update homebrew formula (paradigmxyz#6591)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Feb 13, 2024
1 parent 4b21cf6 commit 11bb778
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-dist.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 11bb778

Please sign in to comment.