Skip to content

Commit ac87a05

Browse files
ryanbas21claude
andcommitted
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) <noreply@anthropic.com>
1 parent 022e45e commit ac87a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: changesets/action@v1
3434
with:
3535
publish: pnpm release
36-
version: pnpm version
36+
version: pnpm run version
3737
title: "chore: version packages"
3838
commit: "chore: version packages"
3939
env:

0 commit comments

Comments
 (0)