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 751c661 commit d8c738dCopy full SHA for d8c738d
.github/workflows/release.yml
@@ -30,6 +30,12 @@ jobs:
30
# See
31
# https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches
32
token: ${{ secrets.RELEASE_PAT }}
33
+ # Fetch all history including tags.
34
+ # Needed to find the latest tag.
35
+ #
36
+ # Also, avoids
37
+ # https://github.com/stefanzweifel/git-auto-commit-action/issues/99.
38
+ fetch-depth: 0
39
40
- name: Install uv
41
uses: astral-sh/setup-uv@v5
0 commit comments