Skip to content

Commit

Permalink
Update .goreleaser.yml to change 'tap' to 'repository' and 'folder' t…
Browse files Browse the repository at this point in the history
…o 'directory'

Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Nov 27, 2024
1 parent 7ed031f commit f4cc0c2
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 @@ -48,14 +48,14 @@ release:
brews:
-
name: gee
tap:
repository:
owner: hahwul
name: homebrew-gee
url_template: "https://github.com/hahwul/gee/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: hahwul
email: [email protected]
folder: Formula
directory: Formula
homepage: "https://github.com/hahwul/gee"
description: "Standard input to each files and stdout. similar to tee, write in go"
test: |
Expand Down

0 comments on commit f4cc0c2

Please sign in to comment.