From 1e78153b50daabfce339739ad31f6b608b71fdef Mon Sep 17 00:00:00 2001 From: Ed Zynda Date: Fri, 29 May 2026 17:52:29 +0300 Subject: [PATCH] ci(release): revert goreleaser parallelism workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No longer needed now that fantasy is pinned to v0.25.0 — build memory is back to ~1GB, well under the runner's 7GB limit. --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5343ca39..96792977 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,10 +35,9 @@ jobs: with: distribution: goreleaser version: "~> v2" - args: release --clean --parallelism 1 + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GOFLAGS: -p=2 npm-publish: runs-on: ubuntu-latest