From 48eb177303da8fb48492bc2be0181c1a39ef5279 Mon Sep 17 00:00:00 2001 From: agustin-littlehat Date: Tue, 16 Jun 2026 09:56:20 -0300 Subject: [PATCH] Fix deploy commit-count versioning --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9cb53b..d6d09b7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,8 @@ jobs: QUAKE_SHAREWARE_URL: ${{ secrets.QUAKE_SHAREWARE_URL }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: pnpm/action-setup@v4 with: