Skip to content

Commit 042a25d

Browse files
committed
fix goreleaser config.
1 parent b6342d4 commit 042a25d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ brews:
4545
version_output = shell_output("#{bin}/{{ .ProjectName }} version")
4646
assert_match "{{ .Version }}", version_output
4747
repository:
48+
owner: dwango
49+
name: homebrew-yashiro
50+
branch: main
4851
git:
4952
url: "[email protected]:dwango/homebrew-yashiro.git"
5053
private_key: "{{ .Env.DEPLOY_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)