diff --git a/ci/goreleaser-for-darwin.yaml b/ci/goreleaser-for-darwin.yaml index 5ab1ef6d..2ec2273f 100644 --- a/ci/goreleaser-for-darwin.yaml +++ b/ci/goreleaser-for-darwin.yaml @@ -51,3 +51,6 @@ snapshot: name_template: "{{ incpatch .Version }}-next" brews: - skip_upload: true + repository: + owner: cfoust + name: homebrew-taps diff --git a/ci/goreleaser-for-linux.yaml b/ci/goreleaser-for-linux.yaml index f040ca5b..1433df82 100644 --- a/ci/goreleaser-for-linux.yaml +++ b/ci/goreleaser-for-linux.yaml @@ -55,3 +55,6 @@ snapshot: name_template: "{{ incpatch .Version }}-next" brews: - skip_upload: true + repository: + owner: cfoust + name: homebrew-taps