hotfix: fix publish npm.

This commit is contained in:
Alejandro Lembke Barrientos 2023-03-07 12:56:56 -06:00
parent 1906d0d156
commit 5990e05ab6

View File

@ -40,7 +40,7 @@ jobs:
with:
component: true
publish-npm:
needs: [ test, cypress-run, cypress-run-component ]
needs: [ build, cypress-run, cypress-run-component ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3