Skip to content

Commit

Permalink
Fix release version string
Browse files Browse the repository at this point in the history
  • Loading branch information
dsh2dsh committed Oct 18, 2024
1 parent 450aac6 commit e4e3255
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 @@ -25,7 +25,7 @@ builds:
- "amd64"
- "arm64"
ldflags:
- "-s -w -X github.com/{{.ProjectName}}/{{.ProjectName}}/version.{{.ProjectName}}Version={{.Version}}"
- "-s -w -X github.com/dsh2dsh/{{.ProjectName}}/internal/version.{{.ProjectName}}Version={{.Version}}"

archives:
- format: "tar.gz"
Expand Down

0 comments on commit e4e3255

Please sign in to comment.