From ac87a057959fffbc910fd49c356cc2e2ca715b30 Mon Sep 17 00:00:00 2001 From: Ryan Bas Date: Sun, 10 May 2026 14:16:33 -0600 Subject: [PATCH] fix: use pnpm run version in release workflow pnpm version is a built-in command that prints version info. pnpm run version invokes the package.json script that runs changeset version. Co-Authored-By: Claude Opus 4.6 (1M context) --- .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 8b7cd4b..8b86288 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uses: changesets/action@v1 with: publish: pnpm release - version: pnpm version + version: pnpm run version title: "chore: version packages" commit: "chore: version packages" env: