We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3d0ed commit e11171aCopy full SHA for e11171a
.github/workflows/node.js.yml
@@ -27,3 +27,7 @@ jobs:
27
- run: npm install
28
- run: npm run build --if-present
29
- 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