Skip to content

Commit

Permalink
Merge senrenity update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
phanhoc committed Nov 13, 2023
2 parents 8adef64 + e0cf31e commit 3e8e67b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ builds:
- -s -w
- -X github.com/cosmos/cosmos-sdk/version.Name=aura
- -X github.com/cosmos/cosmos-sdk/version.AppName=aurad
- -X github.com/cosmos/cosmos-sdk/version.Version=$(.Env.VERSION)
- -X github.com/cosmos/cosmos-sdk/version.Commit=$(.Env.COMMIT)
- -X github.com/cometbft/cometbft/version.TMCoreSemVer=$(.Env.BFT_VERSION)
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=$(.Env.BUILD_TAGS_COMMA_SEP)
- -X github.com/cosmos/cosmos-sdk/version.Version={{ .Env.VERSION }}
- -X github.com/cosmos/cosmos-sdk/version.Commit={{ .Env.COMMIT }}
- -X github.com/cometbft/cometbft/version.TMCoreSemVer={{ .Env.BFT_VERSION }}
- -X github.com/cosmos/cosmos-sdk/version.BuildTags={{ .Env.BUILD_TAGS_COMMA_SEP }}
- -linkmode=external
- -extldflags '-Wl,-z,muldefs --static -lm'
tags:
Expand Down

0 comments on commit 3e8e67b

Please sign in to comment.