Skip to content

Commit

Permalink
fix(ci): goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Jul 3, 2024
1 parent 914cf6e commit 9ecb5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Check the documentation at https://goreleaser.com
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -33,7 +34,7 @@ changelog:
brews:
- name: score-k8s
homepage: "https://score.dev"
tap:
repository:
owner: score-spec
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 9ecb5a8

Please sign in to comment.