Skip to content

Commit 1f58d3c

Browse files
committed
fix: ensure fetch-tags is enabled in CI workflow for complete repository checkout
1 parent 2b499b2 commit 1f58d3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
fetch-tags: true
1718

1819
- name: Install uv
1920
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)