Skip to content

Commit

Permalink
Merge pull request #146 from Michad/fix-release-version
Browse files Browse the repository at this point in the history
fix: release not including version
  • Loading branch information
Michad authored Jul 26, 2024
2 parents 3ee51d7 + c503f5d commit 2de3e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
tags:
- viper_bind_struct
ldflags:
- -s -w -X {{.Env.PKG}}/internal.tilegroxyVersion={{.Env.VERSION}} -X {{.Env.PKG}}/internal.tilegroxyBuildRef={{.Env.REF}} -X {{.Env.PKG}}/internal.tilegroxyBuildDate={{.Env.DATE}}
- -s -w -X {{.Env.PKG}}/pkg/static.tilegroxyVersion={{.Env.VERSION}} -X {{.Env.PKG}}/pkg/static.tilegroxyBuildRef={{.Env.REF}} -X {{.Env.PKG}}/pkg/static.tilegroxyBuildDate={{.Env.DATE}}
archives:
- builds_info:
mode: 0744
Expand Down

0 comments on commit 2de3e67

Please sign in to comment.