diff --git a/.goreleaser.yml b/.goreleaser.yml index 717ab46b5014ede9ff063dae3a8d7d935040e626..312c39ec63c55d3289c7d8868ac6a75da8d3bcf1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -71,8 +71,6 @@ release: brews: - name: email-cli - homepage: "https://github.com/andrinoff/email-cli" - description: "A beautiful and functional email client for your terminal." tap: owner: andrinoff name: homebrew-email-cli @@ -80,7 +78,10 @@ brews: commit_author: name: goreleaserbot email: bot@goreleaser.com - install: | - bin.install "email-cli" + description: "A beautiful and functional email client for your terminal." + homepage: "https://github.com/andrinoff/email-cli" + dependencies: [] test: | system "#{bin}/email-cli --version" + install: | + bin.install "email-cli"