From 3116157a826aaa0dce8fadc3452b1f546089cfd3 Mon Sep 17 00:00:00 2001 From: Nic Pottier Date: Wed, 18 Nov 2020 15:24:06 -0800 Subject: [PATCH] pin goreleaser version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5f265..8ad348b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Publish release uses: goreleaser/goreleaser-action@v1 with: - version: latest + version: v0.147.2 args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}