From 33366aa843b757e7d435f90e13dfe309509f3eab Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Wed, 6 Nov 2024 14:36:33 +0530 Subject: [PATCH] added depth for release it --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf0881..734475d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 # Ensures full git history for release-it - name: Setup uses: ./.github/actions/setup