We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8156c commit 48283e4Copy full SHA for 48283e4
1 file changed
.goreleaser.yml
@@ -51,7 +51,7 @@ brews:
51
token: '{{ .Env.HOMEBREW_TAP_TOKEN }}'
52
url_template: 'https://github.com/sgaunet/jwt-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
53
install: |
54
- bin.install "jwt-cli"
+ bin.install "{{ .ArtifactName }}" => "jwt-cli"
55
test: |
56
system "#{bin}/jwt-cli", "--help"
57
0 commit comments