Skip to content

Commit b47fbc9

Browse files
committed
Change to npm for the publish step?
1 parent 12f2cb4 commit b47fbc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
- name: Publish to npm
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
run: pnpm publish --access public --no-git-checks
37+
run: npm publish --access public
3838

0 commit comments

Comments
 (0)