From 89542f46357170297266998c1daba6ad1b62704b Mon Sep 17 00:00:00 2001 From: Shubham Date: Fri, 7 Jun 2024 12:23:00 +0530 Subject: [PATCH] chore: downgraded goreleaser version (#141) --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f9e0006..befc872 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -88,7 +88,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2.5.0 with: - version: latest + version: '~> v1' args: release --clean env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}