From 091d90e9507a6eb9342a893087cc4edbf909ee51 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Sun, 17 Sep 2023 20:41:36 +0300 Subject: [PATCH] Fix goreleaser --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34af7b49..8d77314a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ concurrency: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} - GORELEASER_VERSION: v1.10.3 + GORELEASER_VERSION: v1.20.0 permissions: contents: write @@ -39,11 +39,11 @@ jobs: node-version-file: .node-version - name: Build and release binaries - uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 + uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6.0 with: distribution: goreleaser version: ${{ env.GORELEASER_VERSION }} - args: release --rm-dist + args: release --clean --timeout=60m env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}