From fc6362556fa466720272c7a7f7b372906bbc2af7 Mon Sep 17 00:00:00 2001 From: Elijas <4084885+Elijas@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:22:37 +0300 Subject: [PATCH] fix: cd --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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