From a34f5dea6983cff9f55e9fe8912e29769e95573a Mon Sep 17 00:00:00 2001 From: Philip Miglinci Date: Tue, 16 Jan 2024 10:35:36 +0100 Subject: [PATCH] ci: replace deprecated brew config (#873) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tap got replaces by repository and is now deprecated. This deprecation warning can also be seen in the goreleaser logs: > • DEPRECATED: brews.tap should not be used anymore, check https://goreleaser.com/deprecations#brewstap for more info https://github.com/k8sgpt-ai/k8sgpt/actions/runs/7521548656/job/20472514099 Signed-off-by: Philip Miglinci Co-authored-by: Thomas Schuetz <38893055+thschue@users.noreply.github.com> --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index dc0746a..841f997 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -57,7 +57,7 @@ archives: brews: - name: k8sgpt homepage: https://k8sgpt.ai - tap: + repository: owner: k8sgpt-ai name: homebrew-k8sgpt