We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b87c47 commit 18858ecCopy full SHA for 18858ec
.github/workflows/release.yml
@@ -31,3 +31,4 @@ jobs:
31
args: release --clean
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
.goreleaser.yml
@@ -57,4 +57,8 @@ homebrew_casks:
57
token: "{{ .Env.GITHUB_TOKEN }}"
58
homepage: https://github.com/cloudsky01/gh-rivet
59
description: "Interactive TUI for browsing and managing GitHub Actions workflows"
60
- license: MIT
+ license: MIT
61
+ commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
62
+ commit_author:
63
+ name: Cloudsky01
64
+ email: apoellhuber99@gmail.com
0 commit comments