Skip to content

Commit

Permalink
ci(actions): Adding brew
Browse files Browse the repository at this point in the history
Signed-off-by: rjshrjndrn <[email protected]>
  • Loading branch information
rjshrjndrn committed Mar 13, 2024
1 parent 4fcf88d commit dda7fa1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .goreleaser.yml
project_name: templater
release:
github:
owner: rjshrjndrn
name: templater
brews:
- name: templater
tap:
owner: rjshrjndrn
name: homebrew-tap
url_template: "https://github.com/rjshrjndrn/templater/releases/download/{{ .Tag }}/templater_{{ .Version }}_{{ .Os }}_{{ .Arch }}.tar.gz"
homepage: "https://github.com/rjshrjndrn/templater"
description: "A templating tool using helm flavoured sprig"
test: |
system "#{bin}/templater --version"

0 comments on commit dda7fa1

Please sign in to comment.