Skip to content

Commit 37f5597

Browse files
committed
feat: add repository pattern
1 parent 5c035d8 commit 37f5597

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,16 @@ release:
5151
---
5252

5353
Released by [GoReleaser](https://github.com/goreleaser/goreleaser).
54+
5455
brews:
5556
- name: tmux-sessionizer
5657
homepage: "https://github.com/TlexCypher/tmux-sessionizer"
5758
description: "Tmux session manager with fzf"
59+
repository:
60+
owner: TlexCypher
61+
name: homebrew-tap
62+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
63+
directory: Formula
5864
install: |
5965
bin.install "tmux-sessionizer"
6066
test: |

0 commit comments

Comments
 (0)