Skip to content

Commit de6c945

Browse files
committed
Update .goreleaser.yml
1 parent d6b0fc0 commit de6c945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ brews:
2222
description: Git Profile allows to add and switch between multiple user profiles in your git repositories
2323
folder: Formula
2424
homepage: https://github.com/dotzero/git-profile
25-
github:
25+
tap:
2626
owner: dotzero
2727
name: homebrew-tap
2828
install: |
2929
bin.install "git-profile"
3030
test: |
3131
system "#{bin}/git-profile version"
32+
3233
builds:
3334
- binary: git-profile
3435
env:

0 commit comments

Comments
 (0)