We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a595239 + 4e6d317 commit 89451e5Copy full SHA for 89451e5
.goreleaser.yml
@@ -1,5 +1,7 @@
1
# This is an example .goreleaser.yml file with some sane defaults.
2
# Make sure to check the documentation at http://goreleaser.com
3
+version: 2
4
+
5
before:
6
hooks:
7
- sh -c "go env -w GOPROXY=direct"
@@ -79,7 +81,7 @@ brews:
79
81
repository:
80
82
owner: twitchdev
83
name: homebrew-twitch
- folder: Formula
84
+ directory: Formula
85
homepage: https://github.com/twitchdev/twitch-cli
86
description: CLI for Twitch's developer offerings
87
install: |
0 commit comments