Skip to content

Commit 84bb376

Browse files
feat: skip upload brew formula if no PAT (#463)
Signed-off-by: Lin Yang <[email protected]>
1 parent 61ec125 commit 84bb376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,4 @@ brews:
118118
type: optional
119119
- name: git
120120
type: optional
121+
skip_upload: {{ if .Env.HOMEBREW_RELEASE_PAT }}false{{ else }}true{{ end }}

0 commit comments

Comments
 (0)