From 5990e05ab6ee6a880125dde076f478edca5f1491 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos <aleleba@hotmail.com> Date: Tue, 7 Mar 2023 12:56:56 -0600 Subject: [PATCH] hotfix: fix publish npm. --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index bc0b04b..ffdb9e2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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