diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 429bd6d..50d0b21 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,7 +4,8 @@ before: hooks: # You may remove this if you don't use go modules. - go mod tidy - - git tag -v {{.Version}} + # TODO how to verify signed tags without needing to install public key? + #- git tag -v {{.Version}} builds: - env: - CGO_ENABLED=0