Skip to content

Commit

Permalink
Chore: 支持 Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Jan 29, 2020
1 parent 0650c4e commit 254e17f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
args: release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GORELEASER_GITHUB_TOKEN}}
13 changes: 13 additions & 0 deletions .goreleaser.yml
Expand Up @@ -67,3 +67,16 @@ changelog:
- typo
- Merge pull request
- Merge branch

brews:
- github:
owner: dzpao
name: homebrew-go-mud
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
description: "一个用 Go 语言开发的 MUD 客户端"
homepage: "https://github.com/dzpao/go-mud"
skip_upload: false
install: |
bin.install "go-mud"

0 comments on commit 254e17f

Please sign in to comment.