We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
versioningit
release
1 parent 3a70d51 commit 0f21a92Copy full SHA for 0f21a92
1 file changed
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/checkout@v6
17
with:
18
persist-credentials: false
19
+ fetch-depth: 0
20
+ fetch-tags: true
21
22
- name: Set up uv
23
uses: astral-sh/setup-uv@v7
0 commit comments