From bf705f0def6cc3674c55a997b94f2072b260b4ce Mon Sep 17 00:00:00 2001 From: Myles Scolnick Date: Mon, 8 Jun 2026 10:33:13 -0400 Subject: [PATCH] fix(ci): correct YAML indentation in release publish job --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edf8122..2787cfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: - name: ⎔ Setup pnpm uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - - name: ⎔ Setup Node.js + - name: ⎔ Setup Node.js uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: 24