From b1bba71ac34ab1e9c718498d31cf8db9c2299a51 Mon Sep 17 00:00:00 2001 From: Nick Hale <4175918+njhale@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:56:40 -0500 Subject: [PATCH] chore: go back to publishing only the latest version to brew Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com> --- .goreleaser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 1b7495fd..fc9b8483 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -55,8 +55,7 @@ release: prerelease: auto brews: - - name: gptscript@{{ .Major }}.{{ .Minor }}.{{ .Patch }} - description: "GPTScript CLI" + - description: "GPTScript CLI" install: | bin.install "gptscript" homepage: "https://github.com/gptscript-ai/gptscript"