From d31f2a66633fa386505d8f424028e04c3e34ce04 Mon Sep 17 00:00:00 2001 From: PatrickMenoti <82882574+PatrickMenoti@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:57:22 -0300 Subject: [PATCH] chore: update goreleaser version --- .github/workflows/deploy_prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index e7f88ea1..1ad87ae2 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -79,11 +79,11 @@ jobs: - name: set bin version to github env run: echo "BIN_VERSION=$(git describe --tags)" >> $GITHUB_ENV - - uses: goreleaser/goreleaser-action@v2 + - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} API_URL: https://api.azionapi.net