From bae9600a8c028d3f6b4fc593463f1a012a63b7ab Mon Sep 17 00:00:00 2001 From: "warren.veerasingam" Date: Mon, 8 Mar 2021 10:23:02 -0600 Subject: [PATCH] test latest version --- .goreleaser.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 562ffe6..b0527c2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,11 +42,17 @@ brews: # Default to project name #name: health-check - # Reporitory to push the tap to. - github: - owner: warrensbox + # GitHub/GitLab repository to push the formula to + # Gitea is not supported yet, but the support coming + tap: + owner: repo-owner name: homebrew-tap + # Reporitory to push the tap to. + # github: + # owner: warrensbox + # name: homebrew-tap + # Allows you to set a custom download strategy. # Default is empty. #download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy