mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-11 00:08:13 -05:00
ci: auto-update homebrew formula (#6591)
This commit is contained in:
20
.github/workflows/release-dist.yml
vendored
Normal file
20
.github/workflows/release-dist.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user