Skip to content

Commit f9dd67c

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

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
@@ -67,7 +67,7 @@ brews:
6767
bin.install "gptscript"
6868
{{ if eq .Os "darwin" }}bin.install "gptscript-credential-osxkeychain"{{ end }}
6969
homepage: "https://github.com/gptscript-ai/gptscript"
70-
skip_upload: true
70+
skip_upload: false
7171
folder: "Formula"
7272
repository:
7373
owner: gptscript-ai

0 commit comments

Comments
 (0)