Skip to content

Commit e8f09b6

Browse files
committed
fix(ci): set fetch-depth to get previous commit
1 parent 1061124 commit e8f09b6

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
@@ -21,6 +21,8 @@ jobs:
2121
matrix: ${{ steps.generate-matrix.outputs.matrix }}
2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
fetch-depth: 2
2426

2527
- name: Extract Changed Crates
2628
id: extract-crates

0 commit comments

Comments
 (0)