We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f48ec commit 3fc091fCopy full SHA for 3fc091f
1 file changed
.goreleaser.yaml
@@ -1,5 +1,5 @@
1
-project_name: Oasis CLI
2
version: 2
+project_name: Oasis CLI
3
4
before:
5
hooks:
@@ -14,7 +14,7 @@ universal_binaries:
14
name_template: oasis
15
16
env:
17
- - CGO_ENABLED=0
+ - CGO_ENABLED=1
18
- GOLDFLAGS_VERSION=-X github.com/oasisprotocol/cli/version.Software={{ .Version }}
19
20
builds:
@@ -138,4 +138,7 @@ homebrew_casks:
138
repository:
139
owner: oasisprotocol
140
name: cli
141
- branch: main
+ branch: brew-oasis-{{ .Tag }}
142
+ pull_request:
143
+ enabled: true
144
+ draft: false
0 commit comments