Skip to content

Commit 41b9318

Browse files
committed
Fix npm publishing authentication issue
Remove interactive npm adduser command and use npm publish directly with authentication token
1 parent c830361 commit 41b9318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn install
1818
- run: yarn dev:build
19-
- run: yarn publish
19+
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)