From 9cbc7b461af3ccedf0318c05e92472a0df4e5810 Mon Sep 17 00:00:00 2001 From: jiyuujin Date: Tue, 13 Feb 2024 20:55:32 +0900 Subject: [PATCH] with.fetchDepth to 0 --- .github/workflows/chromatic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 8d246795..4ec89652 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -18,6 +18,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install packages uses: ./.github/actions/install-packages