Skip to content

Commit

Permalink
Merge pull request #20 from yukiarrr/fix-goreleaser-brew-config
Browse files Browse the repository at this point in the history
Fix goreleaser brew config
  • Loading branch information
yukiarrr authored Aug 19, 2024
2 parents e5efbcd + 4dbdc06 commit a8293ef
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 @@ -25,11 +25,11 @@ archives:
- goos: windows
format: zip
brews:
- tap:
- repository:
owner: yukiarrr
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
folder: Formula
directory: Formula
homepage: "https://github.com/yukiarrr/ecsk"
description: "ecsk is a CLI tool to interactively use frequently used functions of docker command in Amazon ECS. (docker run, exec, cp, logs, stop)"
test: |
Expand Down

0 comments on commit a8293ef

Please sign in to comment.