Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Nov 23, 2020
1 parent d8ba7d7 commit a244c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -19,3 +19,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.KEKENIKER_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ brews:
- tap:
owner: kekeniker
name: homebrew-tap
token: {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}"
download_strategy: CurlDownloadStrategy.
commit_author:
Expand Down

0 comments on commit a244c3a

Please sign in to comment.