Skip to content

Commit

Permalink
Use tag instead of version for version for nicer file names
Browse files Browse the repository at this point in the history
  • Loading branch information
pontus committed Jan 15, 2025
1 parent 73f0bda commit 6e2223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ archives:
- sdafs
name_template: >-
sdafs_
{{ .Version }}_
{{ .Tag }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand All @@ -46,7 +46,7 @@ archives:
- csi-driver
name_template: >-
csi-driver_
{{ .Version }}_
{{ .Tag }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 6e2223b

Please sign in to comment.