From 76243d865374377cbe6e1beb645be7f4c3b87bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Mon, 29 Jan 2024 09:24:12 +0000 Subject: [PATCH] Publish Brew taps to Formula folder --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 39caa2d83..c2fb0a36b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -69,8 +69,9 @@ brews: email: noreply@stackit.de homepage: "https://github.com/stackitcloud/stackit-cli" description: "A command-line interface to manage STACKIT resources." + folder: Formula license: "Apache-2.0" # If set to auto, the release will not be uploaded to the homebrew tap repo # if the tag has a prerelease indicator (e.g. v0.0.1-alpha1) - # Not setting it for now to test with a prerelease tag + # Not setting it for now so we can publish prerelease tags # skip_upload: auto \ No newline at end of file