Skip to content

Commit

Permalink
Merge pull request #151 from nao1215/nchika/fix-goreleaser
Browse files Browse the repository at this point in the history
[BUG FIX]  The auto generated homebrew tap contains extra double quotation.
  • Loading branch information
nao1215 authored May 22, 2024
2 parents e0ba5d5 + f1629df commit 76349dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ changelog:
- "^test:"
nfpms:
- maintainer: Naohiro CHIKAMATSU <[email protected]>
description: gup - Update binaries installed by "go install"
description: gup - Update binaries installed by 'go install'
homepage: https://github.com/nao1215/gup
license: Apache License 2.0
formats:
Expand All @@ -41,7 +41,7 @@ nfpms:
- apk
brews:
- name: gup
description: gup - Update binaries installed by "go install"
description: gup - Update binaries installed by 'go install'
license: Apache License 2.0
repository:
owner: nao1215
Expand Down

0 comments on commit 76349dd

Please sign in to comment.