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