Skip to content

Commit

Permalink
Merge pull request #17 from jiko21/fix-tap
Browse files Browse the repository at this point in the history
fix github -> tap
  • Loading branch information
jiko21 authored Jan 18, 2021
2 parents 529de22 + db52a07 commit 844c05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ release:
prerelease: auto
brews:
- description: "Branch delete tool made by Golang"
github:
tap:
owner: jiko21
name: homebrew-gomi
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
homepage: "https://jiko21.me/GOMI"
install: |
bin.install "gomi"

0 comments on commit 844c05b

Please sign in to comment.