Skip to content

Commit 176eaa4

Browse files
committed
Fix goreleaser
1 parent bbe0b8a commit 176eaa4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# This is an example .goreleaser.yml file with some sensible defaults.
2-
# Make sure to check the documentation at https://goreleaser.com
1+
version: 2
32
before:
43
hooks:
54
- go mod tidy
@@ -34,11 +33,11 @@ changelog:
3433
- '^docs:'
3534
- '^test:'
3635
brews:
37-
- tap:
36+
- repository:
3837
owner: cloudentity
3938
name: homebrew-tap
4039
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
41-
folder: Formula
40+
directory: Formula
4241
homepage: "https://github.com/cloudentity/oauth2c"
4342
description: "CLI for OAuth2"
4443

0 commit comments

Comments
 (0)