From a6014e0da54f8fd9dc385aa4cb127e2655332981 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 23 Dec 2024 11:53:04 +0100 Subject: [PATCH] :bug: Keep full git-history for chroamtic --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index d10b26033b..b477d4eb65 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 - name: Setup project uses: ./.github/actions/setup with: