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
|
project_name: lotus
|
||||||
|
|
||||||
universal_binaries:
|
universal_binaries:
|
||||||
@ -79,7 +83,7 @@ release:
|
|||||||
name_template: "v{{.Version}}"
|
name_template: "v{{.Version}}"
|
||||||
|
|
||||||
brews:
|
brews:
|
||||||
- tap:
|
- repository:
|
||||||
owner: filecoin-project
|
owner: filecoin-project
|
||||||
name: homebrew-lotus
|
name: homebrew-lotus
|
||||||
branch: master
|
branch: master
|
||||||
@ -93,7 +97,7 @@ brews:
|
|||||||
system "#{bin}/lotus --version"
|
system "#{bin}/lotus --version"
|
||||||
system "#{bin}/lotus-miner --version"
|
system "#{bin}/lotus-miner --version"
|
||||||
system "#{bin}/lotus-worker --version"
|
system "#{bin}/lotus-worker --version"
|
||||||
folder: Formula
|
directory: Formula
|
||||||
homepage: "https://filecoin.io"
|
homepage: "https://filecoin.io"
|
||||||
description: "A homebrew cask for installing filecoin-project/lotus on MacOS"
|
description: "A homebrew cask for installing filecoin-project/lotus on MacOS"
|
||||||
license: MIT
|
license: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user