Skip to content

Commit 77658ab

Browse files
committed
Fix tag-based versioning
1 parent fed79f1 commit 77658ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9+
with:
10+
fetch-tags: true
911
- uses: astral-sh/setup-uv@v5
1012
- run: uv build
1113
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)