Skip to content

Commit ef8c843

Browse files
authored
Merge pull request #27 from njhale/chore-undo-versioned-brew-release
chore: go back to publishing only the latest version to brew
2 parents 2f47d40 + b1bba71 commit ef8c843

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ release:
5555
prerelease: auto
5656

5757
brews:
58-
- name: gptscript@{{ .Major }}.{{ .Minor }}.{{ .Patch }}
59-
description: "GPTScript CLI"
58+
- description: "GPTScript CLI"
6059
install: |
6160
bin.install "gptscript"
6261
homepage: "https://github.com/gptscript-ai/gptscript"

0 commit comments

Comments
 (0)