Skip to content

Commit

Permalink
fix: replace brew.tap with brew.repository (since 2023-06-13 v1.19.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
beliven-valentino-cossar authored and beliven-admin committed Oct 21, 2023
1 parent d5401e4 commit 93f1071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ builds:
brews:
-
name: opsi@{{.Version}}
tap:
repository:
owner: beliven-it
name: homebrew-tap
folder: Formula
Expand All @@ -18,7 +18,7 @@ brews:
license: "MIT"
-
name: opsi
tap:
repository:
owner: beliven-it
name: homebrew-tap
folder: Formula
Expand Down

0 comments on commit 93f1071

Please sign in to comment.