Skip to content

Commit d2cb414

Browse files
Move Homebrew release to unified tap repo
1 parent 3164872 commit d2cb414

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dockers:
2121
brews:
2222
- tap:
2323
owner: patrickhoefler
24-
name: homebrew-cloudbuildgraph
24+
name: homebrew-tap
2525

2626
homepage: https://github.com/patrickhoefler/cloudbuildgraph
2727
description: 'Visualize your Google Cloud Build pipeline'

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ docker run --rm --mount type=bind,source="$(pwd)",target=/cloudbuild ghcr.io/pat
2929
#### Homebrew
3030

3131
```shell
32-
brew tap patrickhoefler/cloudbuildgraph
33-
brew install cloudbuildgraph
32+
brew install patrickhoefler/tap/cloudbuildgraph
3433
cloudbuildgraph
3534
```
3635

0 commit comments

Comments
 (0)