Skip to content

Commit 7fc3d26

Browse files
Fix pnpm commands in publishing workflow
1 parent b72cc63 commit 7fc3d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
id: changesets
2626
uses: changesets/action@v1
2727
with:
28-
version: pnpm version
29-
publish: pnpm release
28+
version: pnpm run version
29+
publish: pnpm run release
3030
commit: "Update package versions"
3131
title: "Release: Update package versions"
3232
env:

0 commit comments

Comments
 (0)