From 679a1ddb718eb3fc113fb223a1b1f1ff331a260b Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Thu, 3 Apr 2025 12:18:25 +0200 Subject: [PATCH] remove licences from the goreleaser step --- .goreleaser.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index cf476035..54f6b9f4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,9 +4,6 @@ before: hooks: - go mod tidy - go generate ./... - - script/licenses - - cp -r ./third-party/ ./dist - - cp third-party-licenses.md ./dist/third-party-licenses.md builds: - env: