diff --git a/.goreleaser.yml b/.goreleaser.yml index 96925f8..b684174 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -56,7 +56,7 @@ brews: # Default for github is "https://github.com///releases/download/{{ .Tag }}/{{ .ArtifactName }}" # Default for gitlab is "https://gitlab.com///-/releases/{{ .Tag }}/downloads/{{ .ArtifactName }}" # Default for gitea is "https://gitea.com///releases/download/{{ .Tag }}/{{ .ArtifactName }}" - url_template: "https://github.com/tg44/homebrew-heptapod/releases/download/{{ .Tag }}/{{ .ArtifactName }}" + url_template: "https://github.com/tg44/heptapod/releases/download/{{ .Tag }}/{{ .ArtifactName }}" commit_author: name: goreleaserbot