diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 0a56029092..e458e8cd32 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Go uses: actions/setup-go@v5 with: