fix: release: update goreleaser config file
Fixes: https://github.com/filecoin-project/lotus/issues/12120
This commit is contained in:
parent
82e35e9b42
commit
9aa0f93756
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user