Skip to content

Commit

Permalink
fix: missing build flags for version info
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Oct 21, 2024
1 parent 179bcfa commit c0f1f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- -mod=readonly
- -trimpath
ldflags:
- -s -w -X github.com/icon-project/centralized-relay/cmd.Version={{ .Tag }}
- -s -w -X github.com/icon-project/centralized-relay/relayer.Version={{ .Tag }}
- -linkmode=external
tags:
- static_wasm
Expand All @@ -38,7 +38,7 @@ builds:
- -mod=readonly
- -trimpath
ldflags:
- -s -w -X github.com/icon-project/centralized-relay/cmd.Version={{ .Tag }}
- -s -w -X github.com/icon-project/centralized-relay/relayer.Version={{ .Tag }}
- -linkmode=external
tags:
- static_wasm
Expand Down

0 comments on commit c0f1f12

Please sign in to comment.