Skip to content

Commit 5b98425

Browse files
committed
Fix: skip upload
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
1 parent 855660c commit 5b98425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ brews:
9898
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
9999
url_template: "https://downloads.runme.dev/runme/{{ .Version }}/{{ .ArtifactName }}"
100100
dependencies: []
101-
skip_upload: auto
101+
skip_upload: "true"
102102
directory: Formula
103103
download_strategy: CurlDownloadStrategy
104104
commit_author:

0 commit comments

Comments
 (0)