diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4566f24..32d8ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: publish: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - needs: [report-coverage, static-checks] + needs: [coverage, static-checks] runs-on: ubuntu-latest steps: