Skip to content

Commit

Permalink
chore: use version_template instead of name_template for snapshot…
Browse files Browse the repository at this point in the history
… build name [ci skip]
  • Loading branch information
Siroshun09 committed Nov 8, 2024
1 parent 5342d94 commit 7d20872
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 @@ -31,7 +31,7 @@ archives:
- goos: windows
format: zip
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
version_template: SNAPSHOT-{{ .Commit }}
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 7d20872

Please sign in to comment.