fix(ci): fetch all depth
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
512699c070
commit
a504a127bc
|
|
@ -30,6 +30,9 @@ jobs:
|
|||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
lfs: true
|
||||
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue