Skip to content

Commit

Permalink
build(goreleaser): Fix versioning
Browse files Browse the repository at this point in the history
fix copy&pasta issues. Update the correct variable during build time
  • Loading branch information
coolapso committed Nov 17, 2024
1 parent 4d07b82 commit d4460f4
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 @@ -4,7 +4,7 @@ builds:
env:
- CGO_ENABLED=0
ldflags:
- -X github.com/coolapso/go-live-server/cmd.Version={{.Version}}
- -X github.com/coolapso/prometheus-twitch-exporter/cmd.Version={{.Version}}

goos:
- linux
Expand Down

0 comments on commit d4460f4

Please sign in to comment.