Skip to content

Commit

Permalink
Merge pull request #28 from yutachaos/feature/fixed_goreleaser_brew
Browse files Browse the repository at this point in the history
Fixed goreleaser
  • Loading branch information
yutachaos authored Apr 27, 2021
2 parents 606a877 + 3963c42 commit 21e3351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.16.x
- name: run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ release:
name: utern
name_template: '{{.Tag}}'
brews:
- github:
- name: utern
tap:
owner: knqyf263
name: homebrew-utern
token: "{{ .Env.GITHUB_TOKEN }}"
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
Expand Down

0 comments on commit 21e3351

Please sign in to comment.