From 300b29b5db03b40191ccf03640037ec34c90a5fc Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Thu, 21 Nov 2024 14:01:49 +0100 Subject: [PATCH] chore: use v2.3.2 for goreleaser action Signed-off-by: Bence Csati --- .github/workflows/base-ci-goreleaser.yaml | 2 +- .github/workflows/base-release.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base-ci-goreleaser.yaml b/.github/workflows/base-ci-goreleaser.yaml index 2b3b1f1b..81f1368e 100644 --- a/.github/workflows/base-ci-goreleaser.yaml +++ b/.github/workflows/base-ci-goreleaser.yaml @@ -60,7 +60,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser-pro - version: ${{ env.GORELEASER_PRO_VERSION }} + version: v2.3.2 workdir: distributions/${{ inputs.distribution }} args: --snapshot --clean --skip=sign,sbom --timeout 2h --split env: diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index c3b39c7d..d7f97695 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -77,7 +77,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser-pro - version: ${{ env.GORELEASER_PRO_VERSION }} + version: v2.3.2 workdir: distributions/${{ inputs.distribution }} args: release --clean --split --timeout 2h env: @@ -149,11 +149,10 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser for ${{ inputs.distribution }} - id: goreleaser-action uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser-pro - version: ${{ env.GORELEASER_PRO_VERSION }} + version: v2.3.2 workdir: distributions/${{ inputs.distribution }} args: continue --merge --timeout 2h env: