We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93a7d1 commit 7049624Copy full SHA for 7049624
.goreleaser.yml
@@ -28,10 +28,9 @@ checksum:
28
29
brews:
30
- name: oshiv
31
- github:
32
- owner: cnopslabs
33
- name: homebrew-tap
+ tap: cnopslabs/homebrew-tap
34
homepage: "https://github.com/cnopslabs/oshiv"
35
description: "Tool for finding and connecting to OCI instances"
36
license: "MIT"
37
- install: bin.install "oshiv"
+ install: |
+ bin.install "oshiv"
0 commit comments