Compare commits

..

1 Commits

Author SHA1 Message Date
3c17eded13 remove redundant '-' from .goreleaser.yaml 2022-03-07 21:45:27 +01:00

View File

@ -7,7 +7,7 @@ before:
builds: builds:
- flags: - flags:
- -trimpath - -trimpath
- env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
goos: goos:
- linux - linux
@ -36,4 +36,4 @@ changelog:
filters: filters:
exclude: exclude:
- '^docs:' - '^docs:'
- '^test:' - '^test:'