Skip to content

Commit feef07b

Browse files
committed
chore(ci): set fetch-depth
1 parent 50e8dde commit feef07b

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
@@ -8,6 +8,8 @@ jobs:
88
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags/v') && github.repository_owner == 'vuetifyjs'
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1113
- uses: pnpm/action-setup@v4
1214
- uses: actions/setup-node@v4
1315
with:

0 commit comments

Comments
 (0)