Skip to content

Commit 89451e5

Browse files
authored
Merge pull request #328 from twitchdev/goreleaser-fix-june24
Fix .goreleaser.yml
2 parents a595239 + 4e6d317 commit 89451e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This is an example .goreleaser.yml file with some sane defaults.
22
# Make sure to check the documentation at http://goreleaser.com
3+
version: 2
4+
35
before:
46
hooks:
57
- sh -c "go env -w GOPROXY=direct"
@@ -79,7 +81,7 @@ brews:
7981
repository:
8082
owner: twitchdev
8183
name: homebrew-twitch
82-
folder: Formula
84+
directory: Formula
8385
homepage: https://github.com/twitchdev/twitch-cli
8486
description: CLI for Twitch's developer offerings
8587
install: |

0 commit comments

Comments
 (0)