Skip to content

Commit 5a4958d

Browse files
committed
fix: publish
1 parent 3403342 commit 5a4958d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Build
1919
run: yarn build
2020
- name: Publish
21-
run: npm publish
22-
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21+
uses: JS-DevTools/npm-publish@v2
22+
with:
23+
token: ${{ secrets.NPM_TOKEN }}
2424
- name: Release
2525
uses: marvinpinto/action-automatic-releases@latest
2626
with:

0 commit comments

Comments
 (0)