Skip to content

Commit

Permalink
support hombrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Feb 7, 2021
1 parent 28afcf3 commit 553a2bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ release:
github:
owner: kazeburo
name: sacloudns
brews:
- description: "increments version (git tag) numbers simply"
tap:
owner: kazeburo
name: homebrew-tap
homepage: "https://github.com/kazeburo/sacloudns"
install: |
bin.install "sacloudns"

0 comments on commit 553a2bb

Please sign in to comment.