From e229617ddc51213a6e33059c2d1865be971e50bc Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 20 Jun 2024 10:35:31 +1000 Subject: [PATCH] fix: release: update goreleaser config file Fixes: https://github.com/filecoin-project/lotus/issues/12120 --- .goreleaser.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index bf620071457..7b94168c612 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,7 @@ +# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json + +version: 2 + project_name: lotus universal_binaries: @@ -79,7 +83,7 @@ release: name_template: "v{{.Version}}" brews: - - tap: + - repository: owner: filecoin-project name: homebrew-lotus branch: master @@ -93,7 +97,7 @@ brews: system "#{bin}/lotus --version" system "#{bin}/lotus-miner --version" system "#{bin}/lotus-worker --version" - folder: Formula + directory: Formula homepage: "https://filecoin.io" description: "A homebrew cask for installing filecoin-project/lotus on MacOS" license: MIT