Skip to content

Commit

Permalink
Move Homebrew release to unified tap repo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhoefler committed Feb 21, 2021
1 parent 3164872 commit d2cb414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dockers:
brews:
- tap:
owner: patrickhoefler
name: homebrew-cloudbuildgraph
name: homebrew-tap

homepage: /~https://github.com/patrickhoefler/cloudbuildgraph
description: 'Visualize your Google Cloud Build pipeline'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ docker run --rm --mount type=bind,source="$(pwd)",target=/cloudbuild ghcr.io/pat
#### Homebrew

```shell
brew tap patrickhoefler/cloudbuildgraph
brew install cloudbuildgraph
brew install patrickhoefler/tap/cloudbuildgraph
cloudbuildgraph
```

Expand Down

0 comments on commit d2cb414

Please sign in to comment.