mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-04 18:48:20 +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:
|
brews:
|
||||||
- tap:
|
- tap:
|
||||||
owner: zitadel
|
owner: zitadel
|
||||||
name: zitadel-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.GORELEASER_TOKEN_TAP }}"
|
token: "{{ .Env.GORELEASER_TOKEN_TAP }}"
|
||||||
folder: Formula
|
folder: Formula
|
||||||
goarm: "7"
|
goarm: "7"
|
||||||
@ -89,5 +89,5 @@ brews:
|
|||||||
|
|
||||||
announce:
|
announce:
|
||||||
discord:
|
discord:
|
||||||
enabled: true
|
enabled: false #enable when we release v2
|
||||||
message_template: 'ZITADEL {{ .Tag }} is ready! Check the notes: https://github.com/zitadel/zitadel/releases/tag/{{ .Tag }}'
|
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