Skip to content

Commit

Permalink
Fix goreleaser so we get automatic builds back (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
pontus authored May 20, 2024
2 parents a0545b8 + 5a0e289 commit 2216c70
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 @@ -15,7 +15,7 @@ builds:
- goarch: 386
- goarch: arm
ldflags:
- -s -w -X main.Version={{ GORELEASER_CURRENT_TAG }}
- -s -w -X main.Version={{ .Tag }}
archives:
- name_template: >-
{{ .ProjectName }}_
Expand Down

0 comments on commit 2216c70

Please sign in to comment.