From 8030f4a7884c69a0aea21461e231c0d59362081c Mon Sep 17 00:00:00 2001 From: Victor Zagorodny Date: Tue, 16 Jul 2024 10:48:28 +0300 Subject: [PATCH] Replace obsolete --rm-dist option of goreleaser with --clean --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3b0e0f2..272e04c 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -37,6 +37,6 @@ jobs: if: success() && startsWith(github.ref, 'refs/tags/') with: version: latest - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}