Skip to content

Commit

Permalink
Fetch full Git history in CI for proper version determination
Browse files Browse the repository at this point in the history
  • Loading branch information
serra committed Oct 11, 2024
1 parent aa5dddb commit 743350f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all branches and tags
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 743350f

Please sign in to comment.