Skip to content

Commit 699cf5c

Browse files
committed
update tap
1 parent d129328 commit 699cf5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
version: latest
3232
args: release --rm-dist
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GO_RELEASER }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ brews:
5959
-
6060
tap:
6161
owner: fkhadra
62-
name: homebrew-caniuse
62+
name: homebrew-cli
6363
homepage: 'https://github.com/fkhadra/caniuse/'
6464
description: 'Beautiful TUI for caniuse'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For Windows, Mac OS or Linux, you can download a binary release [here](https://g
2929
### Homebrew
3030

3131
```sh
32-
brew install fkhadra/caniuse/caniuse
32+
brew install fkhadra/cli/caniuse
3333
```
3434

3535
## Usage

0 commit comments

Comments
 (0)