Skip to content

Commit 48bb0dc

Browse files
authored
Merge pull request #87 from entireio/gtrrz-victor/fix-goreleaser-release-homebrew-tap
GITHUB_TOKEN is indeed needed
2 parents c7ff0af + 7e4170c commit 48bb0dc

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
@@ -37,6 +37,7 @@ jobs:
3737
version: latest
3838
args: release --clean
3939
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041
TAP_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
4142
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
4243
MACOS_SIGN_P12: ${{ secrets.MACOS_SIGN_P12 }}

0 commit comments

Comments
 (0)