From c65a95d0d76d15f2faa2ef4f3d643954273bbdbd Mon Sep 17 00:00:00 2001 From: Jinho Ayden Jeong <144667387+ayden94@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:38:42 +0900 Subject: [PATCH] ci: fix changesets action to use pnpm run version/release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f333bc..964af1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,8 +47,8 @@ jobs: - name: Create release PR or publish to npm uses: changesets/action@v1 with: - version: pnpm version - publish: pnpm release + version: pnpm run version + publish: pnpm run release commit: "ci: release" title: "ci: release" env: