Skip to content

Commit 6fb853b

Browse files
Fix chromatic error "✖ Failed to retrieve git information"
1 parent cca2c48 commit 6fb853b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v5
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Enable corepack
2527
run: corepack enable

0 commit comments

Comments
 (0)