From 556f3b15f0436df670d719d405e48800536e9099 Mon Sep 17 00:00:00 2001 From: Ian Bishop <1296987+porjo@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:26:32 +1000 Subject: [PATCH] Github actions release --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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