Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mbilski committed Jul 16, 2024
1 parent bbe0b8a commit 176eaa4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -34,11 +33,11 @@ changelog:
- '^docs:'
- '^test:'
brews:
- tap:
- repository:
owner: cloudentity
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
folder: Formula
directory: Formula
homepage: "https://github.com/cloudentity/oauth2c"
description: "CLI for OAuth2"

Expand Down

0 comments on commit 176eaa4

Please sign in to comment.