Skip to content

Commit 7cce0cf

Browse files
committed
Fix brew publish
1 parent 3c0bc84 commit 7cce0cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ docker_manifests:
7777
- ghcr.io/containeroo/syncflaer:{{ .Tag }}-amd64
7878
- ghcr.io/containeroo/syncflaer:{{ .Tag }}-arm64
7979
brews:
80-
- tap:
80+
- name: syncflaer
81+
tap:
8182
owner: containeroo
8283
name: homebrew-tap
8384
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)