Skip to content

Commit 86e8b47

Browse files
😭 revert brew task
1 parent ebe5b96 commit 86e8b47

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

‎.goreleaser.yaml‎

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -55,42 +55,17 @@ changelog:
5555
- "^docs:"
5656
- "^test:"
5757

58-
homebrew_casks:
59-
-
60-
name: openstatus
61-
binary: openstatus
62-
homepage: https://www.openstatus.dev
63-
skip_upload: auto
64-
description: "OpenStatus CLI"
65-
directory: Casks
66-
manpage: openstatus-docs.1
67-
repository:
68-
69-
owner: openstatusHQ
70-
71-
# Repository name.
72-
#
73-
# Templates: allowed.
74-
name: homebrew-cli
75-
76-
77-
branch: main
78-
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
79-
80-
# brews:
58+
# homebrew_casks:
8159
# -
8260
# name: openstatus
83-
# directory: Formula
61+
# binary: openstatus
8462
# homepage: https://www.openstatus.dev
8563
# skip_upload: auto
86-
# test: |
87-
# system "#{bin}/openstatus --help"
88-
# extra_install: |
89-
# man1.install "openstatus-docs.1"
64+
# description: "OpenStatus CLI"
65+
# directory: Casks
66+
# manpage: openstatus-docs.1
9067
# repository:
91-
# # Repository owner.
92-
# #
93-
# # Templates: allowed.
68+
9469
# owner: openstatusHQ
9570

9671
# # Repository name.
@@ -101,3 +76,28 @@ homebrew_casks:
10176

10277
# branch: main
10378
# token: "{{ .Env.TAP_GITHUB_TOKEN }}"
79+
80+
brews:
81+
-
82+
name: openstatus
83+
directory: Formula
84+
homepage: https://www.openstatus.dev
85+
skip_upload: auto
86+
test: |
87+
system "#{bin}/openstatus --help"
88+
extra_install: |
89+
man1.install "openstatus-docs.1"
90+
repository:
91+
# Repository owner.
92+
#
93+
# Templates: allowed.
94+
owner: openstatusHQ
95+
96+
# Repository name.
97+
#
98+
# Templates: allowed.
99+
name: homebrew-cli
100+
101+
102+
branch: main
103+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)