Skip to content

Commit 0ea7ec6

Browse files
fix: goreleaser config (#73)
1 parent eb55f41 commit 0ea7ec6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
before:
23
hooks:
34
- go mod download
@@ -25,7 +26,6 @@ builds:
2526

2627
archives:
2728
- format: tar.gz
28-
rlcp: true
2929
name_template: >-
3030
{{ .ProjectName }}_
3131
{{- title .Os }}_
@@ -77,7 +77,6 @@ nfpms:
7777
maintainer: garethr <[email protected]>
7878

7979
source:
80-
rlcp: true
8180
enabled: true
8281

8382
sboms:

0 commit comments

Comments
 (0)