Skip to content

Commit 71c7329

Browse files
committed
fix?: ci
1 parent 78405d5 commit 71c7329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
- run: pnpm build
6262

6363
- if: github.ref == 'refs/heads/main'
64-
run: pnpm publish --no-git-checks --tag ${{ env.version_tag }}
64+
run: npm publish --no-git-checks --tag ${{ env.version_tag }}

0 commit comments

Comments
 (0)