From 9c2dc4086bece447861beb222f9e8b5ca80f2212 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Wed, 16 Oct 2024 16:16:47 +0200 Subject: [PATCH] Stop releasing a brew formula to stacklok/tap (#202) --- .goreleaser.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4997e2e..c6c3886 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -32,20 +32,6 @@ archives: format_overrides: - goos: windows format: zip -# This section defines how to release to homebrew. -brews: - - homepage: 'https://github.com/stacklok/frizbee' - description: 'frizbee is a tool you may throw a tag at and it comes back with a checksum.' - directory: Formula - commit_author: - name: stacklokbot - email: info@stacklok.com - repository: - owner: stacklok - name: homebrew-tap - token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" - test: | - system "#{bin}/frizbee --help" # This section defines how to release to winget. winget: - name: frizbee