From 90ef1f252fcfc2ec98b7907d67cc2d912cd4a8e3 Mon Sep 17 00:00:00 2001 From: Ashley Canning Date: Tue, 22 Oct 2024 11:38:22 +0100 Subject: [PATCH] Update build-release-main-page.yml Signed-off-by: Ashley Canning --- .github/workflows/build-release-main-page.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-release-main-page.yml b/.github/workflows/build-release-main-page.yml index 3854fb3a38..c7ff29ac2a 100644 --- a/.github/workflows/build-release-main-page.yml +++ b/.github/workflows/build-release-main-page.yml @@ -36,6 +36,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 + ref: 'main' - name: Apply tag to branch run: |