Skip to content

Commit e3c5cb9

Browse files
committed
chore: fix goreleaser config
1 parent 8bdf18e commit e3c5cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ builds:
1010
- main: cmd/main.go
1111
binary: leetcode-tool
1212
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -X main.builtBy=goreleaser
13-
- env:
13+
env:
1414
- CGO_ENABLED=0
1515
goos:
1616
- linux

0 commit comments

Comments
 (0)