From c0fe8e36089d123ae6e420c6684898183e6f7e17 Mon Sep 17 00:00:00 2001 From: sebas_correa Date: Thu, 26 Feb 2026 11:10:06 -0300 Subject: [PATCH] fix(ci): add fetch-depth to update-docs checkout The update-docs job needs origin/main to diff against, but a shallow checkout of the PR branch doesn't include it. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 248f93d..f4b7255 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,6 +146,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ needs.release-please.outputs.pr_branch }} + fetch-depth: 0 - name: Install helm-docs run: |