Skip to content

Commit

Permalink
Fix GoReleaser config naming issue
Browse files Browse the repository at this point in the history
Fix `name_template` to `version_template`.
  • Loading branch information
HeavyWombat committed Dec 7, 2024
1 parent 89a3722 commit c1a267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

release:
name_template: "{{.ProjectName}} release v{{.Version}}"
Expand Down

0 comments on commit c1a267d

Please sign in to comment.