From 5d270ce1ad7cb3d6a14c45faeeb8b321dbca50da Mon Sep 17 00:00:00 2001 From: Enginex0 Date: Tue, 17 Mar 2026 03:43:16 +0100 Subject: [PATCH] ci(release): fetch full history for accurate commit count --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3763d4..a940692 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,6 +107,8 @@ jobs: contents: write steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Read version id: ver