Skip to content

Commit 3478993

Browse files
committed
-
1 parent 66aaebf commit 3478993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
echo "runner=yarn" >> $GITHUB_OUTPUT
4242
exit 0
4343
elif [ -f "${{ github.workspace }}/package.json" ]; then
44-
echo "manager=npm" >> $GITHUB_OUTPUT
45-
echo "command=ci" >> $GITHUB_OUTPUT
44+
echo "manager=pnpm" >> $GITHUB_OUTPUT
45+
echo "command=install" >> $GITHUB_OUTPUT
4646
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4747
exit 0
4848
else

0 commit comments

Comments
 (0)