Skip to content

Commit

Permalink
fix: fix goreleaser brew stage
Browse files Browse the repository at this point in the history
  • Loading branch information
b4nst committed Sep 1, 2024
1 parent 5f9b44a commit 43f1084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ brews:
owner: b4nst
name: homebrew-tap
branch: "icmperf-{{ .Version }}"
token: "{{ .Env.BREW_TAP_TOKEN }}"
token: "{{ .Env.GITHUB_TAP_TOKEN }}"
pull_request:
enabled: true
base:
Expand Down

0 comments on commit 43f1084

Please sign in to comment.