diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c0602f7..71eabbe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: pip install -r requirements/doc.txt - name: Run docs spelling run: | - towncrier --yes + towncrier build --yes --version 99.99.99 make doc-spelling - name: Prepare twine checker run: |