Skip to content

Commit 24237d9

Browse files
committed
fix: use directory instead of folder in goreleaser brews config
1 parent 48157d5 commit 24237d9

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
@@ -50,7 +50,7 @@ brews:
5050
owner: serpapi
5151
name: homebrew-tap
5252
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
53-
folder: Formula
53+
directory: Formula
5454
homepage: https://serpapi.com
5555
description: "HTTP client for structured web search data via SerpApi"
5656
license: MIT

0 commit comments

Comments
 (0)