Skip to content

Commit c08f070

Browse files
committed
Try npm publish directly instead of pnpm publish
1 parent 5370902 commit c08f070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Build
3333
run: pnpm build
3434

35-
- name: Publish to npm
36-
run: pnpm publish --no-git-checks
35+
- name: Publish to npm (using npm directly)
36+
run: npm publish --access public

0 commit comments

Comments
 (0)