Skip to content

Commit

Permalink
fix goreleaser config.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-dwinter committed Nov 20, 2023
1 parent b6342d4 commit 042a25d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ brews:
version_output = shell_output("#{bin}/{{ .ProjectName }} version")
assert_match "{{ .Version }}", version_output
repository:
owner: dwango
name: homebrew-yashiro
branch: main
git:
url: "[email protected]:dwango/homebrew-yashiro.git"
private_key: "{{ .Env.DEPLOY_PRIVATE_KEY }}"
Expand Down

0 comments on commit 042a25d

Please sign in to comment.