Skip to content

Commit 1214619

Browse files
committed
fix(Releaser): Fix Goreleaser
1 parent bce86ad commit 1214619

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# .goreleaser.yaml
2+
version: 2
3+
24
builds:
35
# You can have multiple builds defined as a yaml list
46
- # Binary name.
@@ -24,7 +26,7 @@ universal_binaries:
2426
brews:
2527
- name: codebase-analyzer
2628
homepage: "https://github.com/flagship-io/codebase-analyzer"
27-
tap:
29+
repository:
2830
owner: flagship-io
2931
name: homebrew-flagship
3032
commit_author:

0 commit comments

Comments
 (0)