ci(release): revert goreleaser parallelism workaround

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.
This commit is contained in:
Ed Zynda
2026-05-29 17:52:29 +03:00
parent a613361969
commit 1e78153b50
+1 -2
View File
@@ -35,10 +35,9 @@ jobs:
with: with:
distribution: goreleaser distribution: goreleaser
version: "~> v2" version: "~> v2"
args: release --clean --parallelism 1 args: release --clean
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOFLAGS: -p=2
npm-publish: npm-publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest