Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit b672809

Browse files
committed
fix: use 'pnpm run version' instead of 'pnpm version'
1 parent 1736b47 commit b672809

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: changesets/action@v1
4545
with:
4646
publish: pnpm release
47-
version: pnpm version
47+
version: pnpm run version
4848
commit: 'chore(release): version packages'
4949
title: 'chore(release): version packages'
5050
env:

0 commit comments

Comments
 (0)