Skip to content

Commit b336fdc

Browse files
committed
fix: fix
1 parent dfd9949 commit b336fdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
with:
18-
fetch-depth: 0 with:
19-
fetch-depth: 0 # ← Add this to fetch all tags
18+
fetch-depth: 0
2019
- name: Install uv
2120
uses: astral-sh/setup-uv@v6
2221
- name: Run version checks

0 commit comments

Comments
 (0)