Skip to content

Commit 3fc091f

Browse files
fix: create prs for brew casks
1 parent 82f48ec commit 3fc091f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
project_name: Oasis CLI
21
version: 2
2+
project_name: Oasis CLI
33

44
before:
55
hooks:
@@ -14,7 +14,7 @@ universal_binaries:
1414
name_template: oasis
1515

1616
env:
17-
- CGO_ENABLED=0
17+
- CGO_ENABLED=1
1818
- GOLDFLAGS_VERSION=-X github.com/oasisprotocol/cli/version.Software={{ .Version }}
1919

2020
builds:
@@ -138,4 +138,7 @@ homebrew_casks:
138138
repository:
139139
owner: oasisprotocol
140140
name: cli
141-
branch: main
141+
branch: brew-oasis-{{ .Tag }}
142+
pull_request:
143+
enabled: true
144+
draft: false

0 commit comments

Comments
 (0)