Skip to content

Commit

Permalink
fix: goreleaser config (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrosca-snyk authored Aug 16, 2024
1 parent eb55f41 commit 0ea7ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down Expand Up @@ -25,7 +26,6 @@ builds:

archives:
- format: tar.gz
rlcp: true
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
Expand Down Expand Up @@ -77,7 +77,6 @@ nfpms:
maintainer: garethr <[email protected]>

source:
rlcp: true
enabled: true

sboms:
Expand Down

0 comments on commit 0ea7ec6

Please sign in to comment.