Skip to content

Commit 6f877fc

Browse files
committed
fix: use 'pnpm run version' instead of 'pnpm version' in workflows
1 parent e22a405 commit 6f877fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: changesets
4444
uses: changesets/action@v1
4545
with:
46-
version: pnpm version
46+
version: pnpm run version
4747
commit: 'chore: version packages'
4848
title: 'chore: version packages'
4949
env:

.github/workflows/release_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: changesets
4444
uses: changesets/action@v1
4545
with:
46-
version: pnpm version
46+
version: pnpm run version
4747
commit: 'chore: version packages (beta)'
4848
title: 'chore: version packages (beta)'
4949
env:

0 commit comments

Comments
 (0)