Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
nt0xa committed Jun 18, 2024
1 parent 5bc0fbd commit 3c0bb6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: sonar

before:
Expand Down Expand Up @@ -48,9 +49,9 @@ brews:
- name: sonar

ids:
- client
- client

tap:
repository:
owner: nt0xa
name: homebrew-sonar
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand All @@ -65,7 +66,7 @@ snapshot:
name_template: "{{ .Tag }}-next"

changelog:
skip: true
disable: true

dockers:
- image_templates:
Expand Down

0 comments on commit 3c0bb6f

Please sign in to comment.