Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Feb 12, 2020
1 parent 85c1668 commit 1df0e9b
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ before:
hooks:
- go mod download
brews:
github:
owner: ksk001100
name: homebrew-toyotter
commit_author:
name: goreleaserbot
email: [email protected]
description: "CUI based Twitter client for Golang"
homepage: "https://github.com/ksk001100/toyotter"
dependencies:
- fzf
install: |
bin.install 'toyotter'
-
github:
owner: ksk001100
name: homebrew-toyotter
commit_author:
name: goreleaserbot
email: [email protected]
description: "CUI based Twitter client for Golang"
homepage: "https://github.com/ksk001100/toyotter"
dependencies:
- fzf
install: |
bin.install 'toyotter'
builds:
- main: main.go
binary: toyotter
Expand All @@ -28,11 +29,12 @@ builds:
goarch:
- amd64
archives:
replacements:
darwin: macOS
linux: Linux
386: i386
amd64: x86_64
-
replacements:
darwin: macOS
linux: Linux
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 1df0e9b

Please sign in to comment.