Skip to content

Commit

Permalink
fix: linux release build version missing v (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
wllmshao authored Feb 18, 2025
1 parent 72f07da commit 45a3a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ builds:
- linux
goarch:
- amd64
mod_timestamp: "{{ .CommitTimestamp }}"
tags:
- muslc
- ledger
Expand All @@ -108,7 +109,7 @@ builds:
- -X main.date={{ .CommitDate }}
- -X github.com/cosmos/cosmos-sdk/version.Name=gaia
- -X github.com/cosmos/cosmos-sdk/version.AppName=gaiad
- -X github.com/cosmos/cosmos-sdk/version.Version={{ .Version }}
- -X github.com/cosmos/cosmos-sdk/version.Version=v{{ .Version }}
- -X github.com/cosmos/cosmos-sdk/version.Commit={{ .Commit }}
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=muslc,ledger
- -X github.com/cometbft/cometbft/version.TMCoreSemVer={{ .Env.TM_VERSION }}
Expand Down

0 comments on commit 45a3a0f

Please sign in to comment.