From e5de25c7f636aa06c6f07743f6daff3fa64185d2 Mon Sep 17 00:00:00 2001 From: Dennis Korpel Date: Sun, 11 Jan 2026 00:06:51 +0100 Subject: [PATCH] Clone full repositories for the build release GH workflow --- .github/workflows/build_release_template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_release_template.yml b/.github/workflows/build_release_template.yml index b044f019..f3195e59 100644 --- a/.github/workflows/build_release_template.yml +++ b/.github/workflows/build_release_template.yml @@ -55,6 +55,7 @@ jobs: with: repository: 'dlang/dmd' ref: ${{ inputs.release_branch }} + fetch-depth: 0 path: 'dmd' - name: Clone phobos @@ -62,6 +63,7 @@ jobs: with: repository: 'dlang/phobos' ref: ${{ inputs.release_branch }} + fetch-depth: 0 path: 'phobos' - name: Clone dlang.org @@ -69,6 +71,7 @@ jobs: with: repository: 'dlang/dlang.org' ref: ${{ inputs.release_branch }} + fetch-depth: 0 path: 'dlang.org' # Fetch host compiler