diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index e7f88ea12..1ad87ae21 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