Skip to content

Commit

Permalink
Merge pull request #2504 from VWS-Python/fetch-depth-0-with-comment
Browse files Browse the repository at this point in the history
Set release fetch-depth to 0 with a comment why
  • Loading branch information
adamtheturtle authored Dec 30, 2024
2 parents 751c661 + d8c738d commit 010edf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
# See
# https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#push-to-protected-branches
token: ${{ secrets.RELEASE_PAT }}
# Fetch all history including tags.
# Needed to find the latest tag.
#
# Also, avoids
# https://github.com/stefanzweifel/git-auto-commit-action/issues/99.
fetch-depth: 0

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down

0 comments on commit 010edf7

Please sign in to comment.