Skip to content

Commit

Permalink
Fix regression on goreleaser's CONFIG_PKG value
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed May 30, 2023
1 parent a04a47f commit 76029b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
binary: tcr
env:
- CGO_ENABLED=0
- CONFIG_PKG=github.com/murex/TCR/settings
- CONFIG_PKG=github.com/murex/tcr/settings
ldflags:
- -s -w
- -X {{.Env.CONFIG_PKG}}.BuildVersion={{.Version}}
Expand Down

0 comments on commit 76029b6

Please sign in to comment.