diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e39fc0cc..94f9b72d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,7 +99,7 @@ jobs: publish: if: ${{ github.ref == 'refs/heads/release' }} - needs: [build-and-smoke-test, unit-test, lint, check-lockfile] + needs: [build-and-smoke-test, unit-test, lint, type-check, check-lockfile] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4