Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95d3ee0

Browse files
author
Alexander Abroskin
committed
fix deprecations in .goreleaser
1 parent 55a468e commit 95d3ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ brews:
6060

6161
nfpms:
6262
-
63-
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
63+
file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
6464
homepage: https://github.com/Arkweid/lefthook
6565
description: Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows
6666
maintainer: Alexander Abroskin <[email protected]>

0 commit comments

Comments
 (0)