We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea0f15 commit 59c9ef2Copy full SHA for 59c9ef2
.github/workflows/release.yml
@@ -26,6 +26,13 @@ jobs:
26
27
steps:
28
- uses: actions/checkout@v4
29
+ with:
30
+ # Fetch all history including tags.
31
+ # Needed to find the latest tag.
32
+ #
33
+ # Also, avoids
34
+ # https://github.com/stefanzweifel/git-auto-commit-action/issues/99.
35
+ fetch-depth: 0
36
37
- name: Install uv
38
uses: astral-sh/setup-uv@v5
0 commit comments