diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 35b08c2..b672662 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: - name: Install the library run: poetry install --no-interaction --only-root - name: Run Continuous Integration checks - run: poetry run task ci-cd-checks + run: poetry run task ci - name: Publish package run: | # Use GitHub's run_number as a post-release version identifier