From aaa6ec92e590cb9b6415eba52588431059a00bb4 Mon Sep 17 00:00:00 2001 From: Jade Guiton Date: Tue, 24 Sep 2024 15:12:07 +0200 Subject: [PATCH] Pin goreleaser to v2.2.0 in remaining CI workflows (#676) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Juraci Paixão Kröhling --- .github/workflows/base-release.yaml | 4 ++-- .github/workflows/builder-release.yaml | 2 +- .github/workflows/builder-testbuild.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/base-release.yaml b/.github/workflows/base-release.yaml index 76a0ed75..22320381 100644 --- a/.github/workflows/base-release.yaml +++ b/.github/workflows/base-release.yaml @@ -83,7 +83,7 @@ jobs: - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: distribution: goreleaser-pro - version: latest + version: v2.2.0 workdir: distributions/${{ inputs.distribution }} args: release --clean --split --timeout 2h --release-header-tmpl=../../.github/release-template.md env: @@ -154,7 +154,7 @@ jobs: - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: distribution: goreleaser-pro - version: latest + version: v2.2.0 workdir: distributions/${{ inputs.distribution }} args: continue --merge --timeout 2h env: diff --git a/.github/workflows/builder-release.yaml b/.github/workflows/builder-release.yaml index ba8ea1de..66b3773a 100644 --- a/.github/workflows/builder-release.yaml +++ b/.github/workflows/builder-release.yaml @@ -35,7 +35,7 @@ jobs: uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: distribution: goreleaser-pro - version: latest + version: v2.2.0 args: release --clean -f cmd/builder/.goreleaser.yml env: GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} diff --git a/.github/workflows/builder-testbuild.yaml b/.github/workflows/builder-testbuild.yaml index 7e6538fc..c9b49f3a 100644 --- a/.github/workflows/builder-testbuild.yaml +++ b/.github/workflows/builder-testbuild.yaml @@ -44,7 +44,7 @@ jobs: uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: distribution: goreleaser-pro - version: latest + version: v2.2.0 args: check --verbose -f cmd/builder/.goreleaser.yml env: GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} @@ -53,7 +53,7 @@ jobs: uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: distribution: goreleaser-pro - version: latest + version: v2.2.0 args: --snapshot --clean -f cmd/builder/.goreleaser.yml env: GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}