From eeac89f426442c20ce0a08ea935ccbc4f13581b0 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sun, 5 Feb 2023 13:59:14 -0300 Subject: [PATCH] fix: use --clean instead of --rm-dist Signed-off-by: Carlos A Becker --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fe21f3..2be8d9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: with: distribution: ${{ matrix.distribution }} version: ${{ matrix.version }} - args: release --skip-publish --rm-dist --snapshot + args: release --skip-publish --clean --snapshot workdir: ./test install-only: @@ -139,7 +139,7 @@ jobs: uses: ./ with: version: latest - args: -f .goreleaser-signing.yml release --skip-publish --rm-dist --snapshot + args: -f .goreleaser-signing.yml release --skip-publish --clean --snapshot workdir: ./test env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} @@ -167,7 +167,7 @@ jobs: name: GoReleaser uses: ./ with: - args: release --skip-publish --rm-dist --snapshot + args: release --skip-publish --clean --snapshot workdir: ./test - name: Upload assets @@ -193,7 +193,7 @@ jobs: name: GoReleaser uses: ./ with: - args: release --config .goreleaser-dist.yml --skip-publish --rm-dist --snapshot + args: release --config .goreleaser-dist.yml --skip-publish --clean --snapshot workdir: ./test - name: Check dist