readme updates

This commit is contained in:
tiagosiebler
2022-06-30 16:27:34 +01:00
parent 28d3ce5ee5
commit c518a85524
4 changed files with 16 additions and 5 deletions

View File

@@ -40,13 +40,13 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm ci --ignore-scripts
if: steps.version-updated.outputs.has-updated
- run: npm run clean
if: steps.version-updated.outputs.has-updated
- run: npm run build
if: steps.version-updated.outputs.has-updated
- run: npm publish
- run: npm publish --ignore-scripts
if: steps.version-updated.outputs.has-updated
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}