fixed typo in ci.yml
This commit is contained in:
parent
c738da22db
commit
9bb8794cd6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue