From 1b8ec7a84495e213c5f748f58b4879258d5903f5 Mon Sep 17 00:00:00 2001 From: Lars Kajes Date: Thu, 4 Jul 2024 14:25:43 +0200 Subject: [PATCH] set commit author and email from env --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index edb4b790..271f33cf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -108,8 +108,8 @@ release: brews: - name: sdpctl commit_author: - name: aitorbot - email: aitorbot@appgate.com + name: "{{ .Env.COMMIT_AUTHOR_NAME }}" + email: "{{ .Env.COMMIT_AUTHOR_EMAIL }}" commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}" folder: Formula homepage: "https://github.com/appgate/sdpctl/releases"