Skip to content

Commit 5d74e52

Browse files
committed
use npm publish instead of pnpm publish
1 parent 030f9bb commit 5d74e52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
id: deployment
3232
with:
3333
path: docs/
34-
- run: pnpm publish --no-git-checks
35-
# env:
36-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
- run: npm publish
35+
# - run: pnpm publish --no-git-checks
36+
# env:
37+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3738

3839
publish-docs:
3940
needs: build-and-publish-npm

0 commit comments

Comments
 (0)