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