From 9661d43f5914b2791efcd2cecf8c7ee7f0a4a8dd Mon Sep 17 00:00:00 2001 From: chnliyong <4197225+chnliyong@users.noreply.github.com> Date: Wed, 22 Jun 2022 11:18:37 +0800 Subject: [PATCH] skip auto update brew tap in goreleaser (#2286) --- .goreleaser.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 07d38ea2967f..940a6d2b5cd6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -73,11 +73,3 @@ changelog: - '^test:' archives: - name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}" - -brews: - - tap: - owner: juicedata - name: homebrew-tap - folder: Formula - homepage: https://github.com/juicedata/juicefs - description: JuiceFS is a distributed POSIX file system built on top of Redis and S3