Skip to content

Commit e11171a

Browse files
committed
npm publishing actions workflow
1 parent 5e3d0ed commit e11171a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
- run: npm install
2828
- run: npm run build --if-present
2929
- run: npm test
30+
# https://github.com/marketplace/actions/npm-publish
31+
- uses: JS-DevTools/npm-publish@v2
32+
with:
33+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)