rebuild publish action

This commit is contained in:
tiagosiebler
2020-12-26 18:01:46 +00:00
parent 1dead0cc1f
commit c3bf4b1945
2 changed files with 3 additions and 1 deletions

View File

@@ -41,7 +41,9 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
if: steps.version-updated.outputs.has-updated
- run: npm run build
if: steps.version-updated.outputs.has-updated
- run: npm publish
if: steps.version-updated.outputs.has-updated
env: