Skip to content

Commit

Permalink
set commit author and email from env
Browse files Browse the repository at this point in the history
  • Loading branch information
kajes committed Jul 4, 2024
1 parent 2d07294 commit 1b8ec7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1b8ec7a

Please sign in to comment.