Update npmpublish on demand.yml
This commit is contained in:
5
.github/workflows/npmpublish on demand.yml
vendored
5
.github/workflows/npmpublish on demand.yml
vendored
@@ -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}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user