We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9167942 commit 7e9e5abCopy full SHA for 7e9e5ab
.goreleaser.yaml
@@ -37,10 +37,15 @@ archives:
37
38
homebrew_casks:
39
- repository:
40
- owner: "{{ .Env.GH_ORG_NAME }}" # reconfigure if test releasing on your own fork
+ owner: "{{ .Env.GH_ORG_NAME }}"
41
name: homebrew-tap
42
+ token: "{{ .Env.GITHUB_TOKEN }}"
43
pull_request:
- enabled: true # enabled so we can publish draft releases, publish them, then merge the tap PR. to be removed later.
44
+ enabled: true
45
+ base:
46
47
+ name: homebrew-tap
48
+ branch: main
49
name: container-use
50
binary: cu
51
skip_upload: auto # if the version is like v0.0.0-rc1, don't make the tap PR.
0 commit comments