Skip to content

Commit

Permalink
Merge pull request #70 from ymtdzzz/chore/homebrew_release_job
Browse files Browse the repository at this point in the history
Add workflow to release to homebrew tap
  • Loading branch information
ymtdzzz authored Jun 18, 2024
2 parents fe90374 + 7dae362 commit 50dff6a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
- repository:
owner: ymtdzzz
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,17 @@ Logs
![Logs](./docs/logs.png)

## Getting Started
### Homebrew

Download the binary from Github release page and execute it.
```sh
$ brew install ymtdzzz/tap/otel-tui
```

### Executable Binary from Github Release page

https://github.com/ymtdzzz/otel-tui/releases

Or, you can run it using the `go run` command:
### From Source

```sh
$ git clone https://github.com/ymtdzzz/otel-tui.git
Expand Down

0 comments on commit 50dff6a

Please sign in to comment.