Skip to content

Commit

Permalink
Fix name template syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed Mar 7, 2021
1 parent 1feb8a6 commit 0508cb9
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
@@ -1,5 +1,5 @@
release:
name_template: "{{.Version}} / {{time "01/02/2006"}}"
name_template: '{{.Version}} / {{time "01/02/2006"}}'

changelog:
skip: false

0 comments on commit 0508cb9

Please sign in to comment.