From b6206aa036c59ef0a6d0114ea2f7f65ce9d3b902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 1 Jul 2020 16:14:11 +0200 Subject: [PATCH] Update the branch name in the `github/gh/gh` brew formula --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0909fa8f7..fa6883834 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -61,7 +61,7 @@ brews: folder: Formula custom_block: | head do - url "https://github.com/cli/cli.git" + url "https://github.com/cli/cli.git", :branch => "trunk" depends_on "go" end install: |