From eef87dbd8ebfa0390b3cefb06525dabd4432bc47 Mon Sep 17 00:00:00 2001 From: Eugene Dementiev Date: Wed, 4 Dec 2019 14:42:13 +1300 Subject: [PATCH] remove private download strategy because the repository is public now --- .goreleaser.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 992ad45..74014f2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -23,8 +23,3 @@ brew: owner: springload name: homebrew-tools folder: Formula - # Allows you to set a custom download strategy. - download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy - # Allows you to add a custom require_relative at the top of the formula template - custom_require: "../custom_download_strategy" -