Skip to content

Commit

Permalink
ci: setup homebrew releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jakim929 committed Sep 18, 2024
1 parent daa397a commit 4cf22f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:

permissions:
contents: write
Expand Down
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ archives:
format: zip
changelog:
disable: true

brews:
- name: supersim
directory: Formula
homepage: "https://github.com/ethereum-optimism/supersim"
description: "Supersim is a local dev environment for the Superchain"
repository:
owner: ethereum-optimism
name: homebrew-tap
token: ${{ secrets.HOMEBREW_TAP_REPO_PAT }}

0 comments on commit 4cf22f9

Please sign in to comment.