Skip to content

Commit 2b828eb

Browse files
committed
fix goreleaser.yml
1 parent f93ef32 commit 2b828eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ builds:
1818
- -X main.Version={{.Version}}
1919
- -X main.CommitSHA={{.Commit}}
2020
- -X main.BuildTime={{.Date}}
21-
main: ./main.go
21+
main: .
2222

2323
archives:
2424
- format: tar.gz
@@ -35,11 +35,11 @@ changelog:
3535
sort: asc
3636
filters:
3737
exclude:
38-
- '^docs:'
39-
- '^test:'
40-
- '^ci:'
38+
- "^docs:"
39+
- "^test:"
40+
- "^ci:"
4141
- Merge pull request
4242
- Merge branch
4343

4444
checksum:
45-
name_template: 'checksums.txt'
45+
name_template: "checksums.txt"

0 commit comments

Comments
 (0)