diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66f586e7..6ab1824e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: test: name: Test project on mac and linux runs-on: ${{ matrix.os }} - needs: [cache-and-install, build] + needs: [install-and-cache, build] strategy: matrix: @@ -98,7 +98,7 @@ jobs: publish: name: NPM publish runs-on: linux-latest - needs: [cache-and-install, build, test] + needs: [install-and-cache, build, test] if: ${{ github.ref == 'refs/heads/master'}} steps: