From ff29ef02476e5fe939851c848d7aeaf02ac9c5be Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Sun, 17 Dec 2023 01:25:39 +0530 Subject: [PATCH] ci(build): do not use deprecated params for goreleaser --- .github/workflows/build_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_code.yml b/.github/workflows/build_code.yml index 8562db92..a072aef8 100644 --- a/.github/workflows/build_code.yml +++ b/.github/workflows/build_code.yml @@ -25,7 +25,7 @@ jobs: with: distribution: goreleaser version: latest - args: build --rm-dist --snapshot --skip-post-hooks --skip-before + args: build --clean --snapshot --skip=post-hooks --skip=before workdir: src - name: Archive production artifacts uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392