Skip to content

Commit f1c7c8f

Browse files
committedFeb 21, 2025
Fix publish workflow
1 parent 06a01f9 commit f1c7c8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
26+
with:
27+
# Fetch the entire git history (all branches + tags)
28+
# We do this because we use git describe, which requires pulling all
29+
# the annotated tags.
30+
fetch-depth: 0
2631

2732
- name: Setup uv
2833
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)