Skip to content

Commit 4bcd83e

Browse files
committed
switch to npm for the publishing
1 parent b227dce commit 4bcd83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
run: pnpm run build:lib
101101

102102
- name: Publish to npmjs
103-
run: pnpm publish --access public --no-git-checks # this is necessary because we dont want to commit the version bump
103+
run: npm publish --access public --no-git-checks # this is necessary because we dont want to commit the version bump
104104
env:
105105
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)