Skip to content

Commit 0ed1cca

Browse files
committed
fix: remove config for binaries
1 parent 2627208 commit 0ed1cca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ env:
1111
before:
1212
hooks:
1313
- go mod download
14-
builds: []
14+
builds:
15+
- skip: true
1516
changelog:
1617
disable: false
1718
sort: asc

0 commit comments

Comments
 (0)