From 9ecb657f3fc015e38c8f28f08bdc34b87d75f539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=C3=B6ktu=C4=9F=20=C3=96ZT=C3=9CRK?= Date: Tue, 24 Jan 2023 21:49:39 +0300 Subject: [PATCH] chore(ci): fix release binary workflow --- .github/workflows/release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index c642368bbb..25b65d4220 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -26,7 +26,7 @@ jobs: uses: goreleaser/goreleaser-action@v2 with: workdir: ${{ env.working-directory }} - version: latest + version: 1.13.0 args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GH_PAT }}