Skip to content

Commit 9fb1cca

Browse files
authored
CLOUDP-58341: Fix gorelaser brew formula url template (#35)
1 parent 66f5fb4 commit 9fb1cca

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
@@ -33,7 +33,7 @@ brews:
3333
github:
3434
owner: mongodb-labs
3535
name: homebrew-mongocli
36-
url_template: "https://github.com/mongodb/mongocli/releases/{{ .Tag }}/{{ .ArtifactName }}"
36+
url_template: "https://github.com/mongodb/mongocli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
3737
commit_author:
3838
name: gustavo.bazan
3939

0 commit comments

Comments
 (0)