Skip to content

Commit

Permalink
chore(goreleaser): Tweak quoting to fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 6, 2023
1 parent 61f25ba commit 401a183
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 @@ -2,7 +2,7 @@ project_name: yampl
before:
hooks:
- go run ./internal/generate/completions
- go run ./internal/generate/manpages --version='{{ .Version }}' --date='{{ .CommitDate }}'
- go run ./internal/generate/manpages --version={{ .Version }} --date={{ .CommitDate }}
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 401a183

Please sign in to comment.