Skip to content

Commit 48283e4

Browse files
authored
fix(brews): update install command to use dynamic artifact name (#29)
1 parent 9a8156c commit 48283e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ brews:
5151
token: '{{ .Env.HOMEBREW_TAP_TOKEN }}'
5252
url_template: 'https://github.com/sgaunet/jwt-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
5353
install: |
54-
bin.install "jwt-cli"
54+
bin.install "{{ .ArtifactName }}" => "jwt-cli"
5555
test: |
5656
system "#{bin}/jwt-cli", "--help"
5757

0 commit comments

Comments
 (0)