From 4476b18b3c222da05b2a44c797bad6b57da1f0d7 Mon Sep 17 00:00:00 2001 From: simar7 <1254783+simar7@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:34:21 -0600 Subject: [PATCH] chore(deps): Pin goreleaser (#2149) --- .github/workflows/snapshot-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 4c964eaf28..49d3309120 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -41,8 +41,8 @@ jobs: - name: Release dry run uses: goreleaser/goreleaser-action@v4 with: - version: latest - args: release --snapshot --rm-dist + version: v1.25.1 + args: release --snapshot --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}