Skip to content

Commit

Permalink
fix: publishing brew tap
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Nov 19, 2024
1 parent 67c1f26 commit 7796e4f
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -21,6 +21,7 @@ jobs:
env:
VERSION: ${{ needs.version.outputs.version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_RELEASE_PAT: ${{ secrets.HOMEBREW_RELEASE_PAT }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,13 @@ brews:
- repository:
owner: flomesh-io
name: homebrew-fsm
token: "{{ .Env.HOMEBREW_RELEASE_PAT }}"
ids:
- tar-gz
commit_author:
name: reaver-flomesh
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
directory: Formula
goarm: "7"
homepage: https://flomesh.io/fsm
Expand Down

0 comments on commit 7796e4f

Please sign in to comment.