Skip to content

Commit 82811f2

Browse files
committed
fix: enable fetch-tags in CI workflow for complete repository checkout
1 parent 1f58d3c commit 82811f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21+
fetch-tags: true
2122

2223
- name: Install uv
2324
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)