Skip to content

Commit

Permalink
ci: fix goreleaser brew stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexppg committed Jun 28, 2021
1 parent a361154 commit dca2d48
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ brews:
tap:
owner: little-angry-clouds
name: homebrew-my-brews
url_template: "https://github.com/little-angry-clouds/homebrew-my-brews/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: goreleaserbot
email: [email protected]
Expand All @@ -54,6 +53,4 @@ brews:
- name: kind
type: optional
install: |
ENV.prepend "CGO_ENABLED", "0"
system "go", "build", "-a", "-o", "particle.bin", "main.go"
bin.install "particle.bin" => "#{bin}/particle"
bin.install "particle"

0 comments on commit dca2d48

Please sign in to comment.