Skip to content

Commit

Permalink
Add homebrew (zilliztech#192)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing authored Sep 5, 2023
1 parent e07656c commit f944de1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
11 changes: 10 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@ checksum:
snapshot:
name_template: "{{ incpatch .Version }}-next"


brews:
-
name: milvus-backup
folder: Formula
homepage: "https://github.com/zilliztech/milvus-backup"
repository:
owner: zilliztech
name: homebrew-tap
token: "{{ .Env.GITHUB_HOMEBREW_TOKEN }}"


changelog:
sort: asc
Expand Down

0 comments on commit f944de1

Please sign in to comment.