Skip to content

Commit

Permalink
ci: rpm/deb without self-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jul 24, 2024
1 parent 5646145 commit 5aea9cf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,16 @@ snapcrafts:
license: MIT

nfpms:
-
file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/evilmartians/lefthook
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
maintainer: Evil Martians <lefthook@evilmartians.com>
license: MIT
vendor: Evil Martians
builds:
- no_self_update
formats:
- deb
- rpm
- deb
- rpm
dependencies:
- git
- git

0 comments on commit 5aea9cf

Please sign in to comment.