From 4924bcf6a850bc37f6cad1c1723f5c7568d63408 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sat, 6 Jul 2024 01:50:33 +0300 Subject: [PATCH] fix goreleaser flags --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 95a8731af..0fc2176cf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -451,7 +451,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: version: ${{ env.GORELEASER_VER }} - args: release --rm-dist --debug + args: release --clean --verbose env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FURY_TOKEN: ${{ secrets.FURYPUSHTOKEN }}