From c7aa9504f4f95299fc5fd9cbfdb7b90a8dc92838 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 5 Jul 2020 20:19:45 -0500 Subject: [PATCH] ci: updated brews section of goreleaser config --- .goreleaser.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a1cb24a..a95e641 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,8 +6,9 @@ release: before: hooks: - go mod download -brew: - install: bin.install "mc-router" +brews: + - install: | + bin.install "mc-router" builds: - goos: - linux @@ -45,4 +46,4 @@ changelog: - '^ci:' - '^docs:' - '^misc:' - - '^test:' \ No newline at end of file + - '^test:'