Skip to content

Commit 7e5da5c

Browse files
committed
publish
1 parent 35e6132 commit 7e5da5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
1818
- run: yarn
1919
- run: yarn build
20-
- run: npm publish
21-
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
20+
- uses: JS-DevTools/npm-publish@v1
21+
with:
22+
token: ${{ secrets.NPM_TOKEN }}
2323

2424

0 commit comments

Comments
 (0)