Skip to content

Commit e62b51c

Browse files
committed
don't skip upload
Signed-off-by: Grant Linville <[email protected]>
1 parent 1cf538e commit e62b51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ brews:
7070
bin.install "gptscript"
7171
{{ if eq .Os "darwin" }}bin.install "gptscript-credential-osxkeychain"{{ end }}
7272
homepage: "https://github.com/gptscript-ai/gptscript"
73-
skip_upload: true
73+
skip_upload: false
7474
folder: "Formula"
7575
repository:
7676
owner: gptscript-ai

0 commit comments

Comments
 (0)