Update npmpublish on demand.yml

This commit is contained in:
JFH
2022-08-14 16:52:47 +02:00
parent c75311ee84
commit bf9c0efdc5

View File

@@ -26,7 +26,10 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm publish
- run: |
npm ci
npm run build --workspace=packages/svgcanvas
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}