Skip to content

Commit

Permalink
ci: fix goreleaser formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed Jul 25, 2022
1 parent 08d3362 commit 14e1099
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 @@ -16,10 +16,10 @@ builds:
- -s -w
archives:
- id: lancache-diagnostics
name_template: "{{ .ProjectName}}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format: tar.gz
snapshot:
name_template: "{{ .ProjectName}}-v{{ incpatch .Version }}"
name_template: "{{ .ProjectName }}-v{{ incpatch .Version }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 14e1099

Please sign in to comment.