Skip to content

Commit

Permalink
fix: update goreleaser yaml and README (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 authored Jul 19, 2023
1 parent 9d01cbb commit b442ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ archives:

brews:
# creates a brew formula representing the latest version
- name: dive
- name: dive-cli
tap:
owner: hugobyte
name: homebrew-tap
Expand All @@ -53,7 +53,7 @@ brews:
bin.install "dive"
# creates a versioned brew formula, enabling installation of specific versions of kurtosis cli
- name: dive@{{ .Tag }}
- name: dive-cli@{{ .Tag }}
tap:
owner: hugobyte
name: homebrew-tap
Expand Down

0 comments on commit b442ab8

Please sign in to comment.