fix(ci): fetch all depth

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-08-22 15:19:06 +08:00
parent 512699c070
commit a504a127bc
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 3 additions and 0 deletions

View File

@ -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