From 59f5c1e0a899b7e72f481902db4e94bd96247cef Mon Sep 17 00:00:00 2001 From: Gavin Heavyside Date: Fri, 30 Aug 2024 16:00:42 +0100 Subject: [PATCH] goreleaser - replace deprecated --rm-dist flag with --clean --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 1b4e764..cdb1139 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -17,7 +17,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: version: latest - args: release --rm-dist + args: release --clean workdir: . env: CGO_ENABLED: 0