Skip to content

Commit

Permalink
Fix goreleaser (#99)
Browse files Browse the repository at this point in the history
* replace github to tap
* goreleaser set macOS
  • Loading branch information
tomoyamachi authored Feb 21, 2021
1 parent ce6517e commit 94bd6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ nfpms:
386: 32bit
arm: ARM
arm64: ARM64
darwin: Darwin
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
Expand Down Expand Up @@ -69,7 +69,7 @@ archives:

brews:
-
github:
tap:
owner: goodwithtech
name: homebrew-r
folder: Formula
Expand Down

0 comments on commit 94bd6e4

Please sign in to comment.