From ea02b5ee36bcbbb3d9595b8fd6da6312c9bccb94 Mon Sep 17 00:00:00 2001 From: itsRevela Date: Fri, 15 May 2026 01:09:30 -0500 Subject: [PATCH] ci: full-history checkout for release tag push --- .github/workflows/nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4a440f06..be003e86 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -282,6 +282,8 @@ jobs: steps: - name: Checkout uses: https://github.com/actions/checkout@v6 + with: + fetch-depth: 0 - name: Download server artifacts uses: https://github.com/actions/download-artifact@v3 @@ -381,6 +383,8 @@ jobs: steps: - name: Checkout uses: https://github.com/actions/checkout@v6 + with: + fetch-depth: 0 - name: Download client artifacts uses: https://github.com/actions/download-artifact@v3