We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13e35b commit 514ac56Copy full SHA for 514ac56
.github/workflows/gorelease.yml
@@ -27,7 +27,9 @@ jobs:
27
args: release --rm-dist
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+ KEY_GITHUB_GORELEASER_TO_HOMEBREW_TAP: ${{ secrets.KEY_GITHUB_GORELEASER_TO_HOMEBREW_TAP }}
31
32
+ # # goreleaser does all of this AND updates the homebrew formula
33
# build:
34
# name: Build
35
# # https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions
0 commit comments