Skip to content

Commit cacba05

Browse files
committed
Fixed release workflow bug.
1 parent d1c14ef commit cacba05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
78

89
permissions:
910
contents: write

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ brews:
5555
owner: vrypan
5656
name: homebrew-fargo
5757
branch: main
58+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
5859

0 commit comments

Comments
 (0)