Skip to content

Commit e3705f0

Browse files
committed
Also set fetch depth to 0 to fetch all tags
1 parent 8befedd commit e3705f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
with:
15+
fetch-depth: 0
1516
fetch-tags: true
1617
- uses: pnpm/action-setup@v2
1718
with:

0 commit comments

Comments
 (0)