From f301cab5cdab1991f2a1ca9f0e5e7298434486c9 Mon Sep 17 00:00:00 2001 From: a5r0n <32464596+a5r0n@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:43:41 +0300 Subject: [PATCH] --- .github/workflows/ci-version-bump.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-version-bump.yml b/.github/workflows/ci-version-bump.yml index 03d0a8e..9815867 100644 --- a/.github/workflows/ci-version-bump.yml +++ b/.github/workflows/ci-version-bump.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v2