Skip to content

Commit 762a23a

Browse files
authored
fix: brew update (#131)
1 parent 29495ba commit 762a23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ checksum:
1515
name_template: 'checksums.txt'
1616

1717
snapshot:
18-
name_template: "{{ incpatch .Version }}-next"
18+
name_template: '{{ incpatch .Version }}-next'
1919

2020
archives:
2121
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
@@ -40,3 +40,4 @@ brews:
4040
tap:
4141
owner: GetStream
4242
name: stream-cli
43+
branch: homebrew

0 commit comments

Comments
 (0)