mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:27:22 +00:00
fix(goreleaser): fix tap and disable discord for the moment (#3585)
This commit is contained in:
parent
79db247801
commit
929ed8745a
@ -67,7 +67,7 @@ changelog:
|
||||
brews:
|
||||
- tap:
|
||||
owner: zitadel
|
||||
name: zitadel-tap
|
||||
name: homebrew-tap
|
||||
token: "{{ .Env.GORELEASER_TOKEN_TAP }}"
|
||||
folder: Formula
|
||||
goarm: "7"
|
||||
@ -89,5 +89,5 @@ brews:
|
||||
|
||||
announce:
|
||||
discord:
|
||||
enabled: true
|
||||
message_template: 'ZITADEL {{ .Tag }} is ready! Check the notes: https://github.com/zitadel/zitadel/releases/tag/{{ .Tag }}'
|
||||
enabled: false #enable when we release v2
|
||||
message_template: 'ZITADEL {{ .Tag }} is ready! Check the notes: https://github.com/zitadel/zitadel/releases/tag/{{ .Tag }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user