Skip to content

Commit 32496f6

Browse files
committed
Updated publish.yml
1 parent dfd1c35 commit 32496f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: npm run build
2626

2727
- name: Publish to npm
28-
env:
29-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30-
run: npm publish
28+
uses: JS-DevTools/npm-publish@v3
29+
with:
30+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)