Skip to content

Commit

Permalink
fix: release: update goreleaser config file
Browse files Browse the repository at this point in the history
Fixes: #12120
  • Loading branch information
rvagg committed Jun 20, 2024
1 parent 6f821c3 commit e229617
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json

version: 2

project_name: lotus

universal_binaries:
Expand Down Expand Up @@ -79,7 +83,7 @@ release:
name_template: "v{{.Version}}"

brews:
- tap:
- repository:
owner: filecoin-project
name: homebrew-lotus
branch: master
Expand All @@ -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
Expand Down

0 comments on commit e229617

Please sign in to comment.