Skip to content

Commit

Permalink
fix: brew
Browse files Browse the repository at this point in the history
  • Loading branch information
lbennett-stacki committed May 1, 2024
1 parent 277490b commit a901500
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ builds:
- darwin

brews:
tap:
owner: lbennett-stacki
- tap:
owner: lbennett-stacki
name: terraform-roulette
name: terraform-roulette
name: terraform-roulette
url_template: "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: https://github.com/lbennett-stacki/terraform-roulette
commit_author:
name: Luke Bennett
email: lbennett@fastmail.com
caveats: ""
description: "Terraform CLI if it was inspired by roulette"
license: "MIT"
dependencies:
- name: terraform
- name: go
url_template: "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: https://github.com/lbennett-stacki/terraform-roulette
commit_author:
name: Luke Bennett
email: lbennett@fastmail.com
caveats: ""
description: "Terraform CLI if it was inspired by roulette"
license: "MIT"
dependencies:
- name: terraform
- name: go

archives:
- format: tar.gz
Expand Down

0 comments on commit a901500

Please sign in to comment.