Skip to content

Commit ab757d0

Browse files
committed
fix(ci): fetch-depth 0 for build job
1 parent f64ae80 commit ab757d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
id-token: write
6464
steps:
6565
- uses: actions/checkout@v4
66+
with:
67+
fetch-depth: 0
6668
- name: Install
6769
run: yarn install
6870
- id: setup_pages

0 commit comments

Comments
 (0)