Skip to content

Commit fdfe361

Browse files
committed
chore: initial commit
1 parent 0a33ae0 commit fdfe361

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/release.yml

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.GH_TOKEN }}

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ brews:
4242

4343
tap:
4444
owner: Celtech
45-
name: iReaver-Tap
45+
name: homebrew-iReaver
4646
token: '{{ .Env.GITHUB_TOKEN }}'
47-
url_template: "https://github.com/Celtech/iReaver/releases/{{ .Tag }}/{{ .ArtifactName }}"
47+
url_template: "https://github.com/Celtech/iReaver/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
4848

4949
commit_author:
5050
name: Tim Hinz

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ of your choice with 3 naming options to choose from.
55

66
## Quick Start
77

8+
### Homebrew
9+
```shell
10+
$ brew tap Celtech/iReaver
11+
$ brew install iReaver
12+
```
13+
814
## Options
915
```shell
1016
-h, --help help for ireaver

0 commit comments

Comments
 (0)