Skip to content

Commit c179674

Browse files
Merge pull request #181 from linked-planet/dev
switch to npm for the publishing
2 parents be6febf + 4bcd83e commit c179674

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)