Skip to content

Commit

Permalink
Merge pull request #328 from twitchdev/goreleaser-fix-june24
Browse files Browse the repository at this point in the history
Fix .goreleaser.yml
  • Loading branch information
Xemdo authored Jun 29, 2024
2 parents a595239 + 4e6d317 commit 89451e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2

before:
hooks:
- sh -c "go env -w GOPROXY=direct"
Expand Down Expand Up @@ -79,7 +81,7 @@ brews:
repository:
owner: twitchdev
name: homebrew-twitch
folder: Formula
directory: Formula
homepage: https://github.com/twitchdev/twitch-cli
description: CLI for Twitch's developer offerings
install: |
Expand Down

0 comments on commit 89451e5

Please sign in to comment.