From a21734431536205ce63b007fba31042b939ca5d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?=
 <root@acid-chicken.com>
Date: Sun, 2 Apr 2023 17:00:20 +0900
Subject: [PATCH] ci(#10336): fetch-depth

---
 .github/workflows/storybook.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml
index 42ecf148e..374e44e29 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -14,6 +14,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3.3.0
       with:
+        fetch-depth: 0
         submodules: true
     - name: Install pnpm
       uses: pnpm/action-setup@v2