From 75d1ee3d8c4f3bff27481d211deb1583d39b7913 Mon Sep 17 00:00:00 2001 From: Lisa Karlin Curtis <50166767+paprikati@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:38:23 +0100 Subject: [PATCH] Pin to goreleaser v1 (#131) goreleaser has upgraded to v2 which doesn't work for our config file. Instead, we're pinning to v1 for now. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 566b565..a87bb8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: uses: goreleaser/goreleaser-action@v4 with: distribution: goreleaser - version: latest + version: "~> v1" args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}