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 f157df3 commit c84ea92Copy full SHA for c84ea92
1 file changed
.goreleaser.yaml
@@ -26,17 +26,15 @@ archives:
26
formats: [tar.gz]
27
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
28
29
-brews:
+homebrew_casks:
30
- name: kernel
31
repository:
32
owner: kernel
33
name: homebrew-tap
34
branch: main
35
- directory: Formula
+ directory: Casks
36
description: "Kernel CLI"
37
homepage: "https://github.com/kernel/cli"
38
- test: |
39
- system "#{bin}/kernel", "--version"
40
41
npms:
42
- name: "@onkernel/cli"
0 commit comments