v1.1.0-prefetch-normal1 #59
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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.HOMEBREW }} | |
no_fork: true | |
tap: paradigmxyz/brew | |
formula: reth |