Skip to content

Commit b672809

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)