Skip to content

Commit

Permalink
update tap
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Jan 10, 2023
1 parent d129328 commit 699cf5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GO_RELEASER }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ brews:
-
tap:
owner: fkhadra
name: homebrew-caniuse
name: homebrew-cli
homepage: 'https://github.com/fkhadra/caniuse/'
description: 'Beautiful TUI for caniuse'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For Windows, Mac OS or Linux, you can download a binary release [here](https://g
### Homebrew

```sh
brew install fkhadra/caniuse/caniuse
brew install fkhadra/cli/caniuse
```

## Usage
Expand Down

0 comments on commit 699cf5c

Please sign in to comment.