From 2365130ef3497689a2ab76e631ef9f6e465c46cf Mon Sep 17 00:00:00 2001 From: shinny-taojiachun Date: Mon, 15 Jul 2024 15:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9Agoreleaser=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA1.26.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/shinny_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shinny_release.yml b/.github/workflows/shinny_release.yml index de1d0a088f84..66191a02d41b 100644 --- a/.github/workflows/shinny_release.yml +++ b/.github/workflows/shinny_release.yml @@ -40,7 +40,7 @@ jobs: name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: - version: latest + version: 1.26.2 args: release --clean --timeout 500m --parallelism 1 --config .goreleaser.shinny.yml ${{ env.grflags }} env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}