From c37c0369cf4b2af1083cc1d5c5bdcf784cb7e12c Mon Sep 17 00:00:00 2001 From: Rohit Upadhyay Date: Fri, 21 Jun 2024 10:35:07 +0530 Subject: [PATCH] Using goreleaser v1.26.0 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69229a7..9d2cd49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: + version: v1.26.0 args: release --rm-dist env: # GitHub sets the GITHUB_TOKEN secret automatically.