Skip to content

Commit cd51207

Browse files
SimplyLizclaude
andcommitted
fix: pass HOMEBREW_TAP_TOKEN to GoReleaser in release workflow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fff00ab commit cd51207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
args: release --clean
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
4647

4748
- name: Download checksums
4849
env:

0 commit comments

Comments
 (0)