Skip to content

Commit

Permalink
Merge pull request #571 from appgate/fix-homebrew-author-details
Browse files Browse the repository at this point in the history
internal: set commit author and email from env
  • Loading branch information
kajes committed Jul 4, 2024
2 parents 2d07294 + 1b8ec7a commit 0bb1405
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 0bb1405

Please sign in to comment.