Skip to content

Commit

Permalink
Fix goreleaser so we get automatic builds back
Browse files Browse the repository at this point in the history
  • Loading branch information
pontus committed May 17, 2024
1 parent caa8855 commit 5a0e289
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 5a0e289

Please sign in to comment.