We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe0b8a commit 176eaa4Copy full SHA for 176eaa4
.goreleaser.yaml
@@ -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
+version: 2
3
before:
4
hooks:
5
- go mod tidy
@@ -34,11 +33,11 @@ changelog:
34
33
- '^docs:'
35
- '^test:'
36
brews:
37
- - tap:
+ - repository:
38
owner: cloudentity
39
name: homebrew-tap
40
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
41
- folder: Formula
+ directory: Formula
42
homepage: "https://github.com/cloudentity/oauth2c"
43
description: "CLI for OAuth2"
44
0 commit comments