Update npmpublish on demand.yml

master
JFH 2022-08-14 16:52:47 +02:00
parent c75311ee84
commit bf9c0efdc5
1 changed files with 4 additions and 1 deletions

View File

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