fixed typo in ci.yml

This commit is contained in:
Jonas Depoix 2024-11-11 16:02:29 +01:00
parent c738da22db
commit 9bb8794cd6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
publish: publish:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: [report-coverage, static-checks] needs: [coverage, static-checks]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: