Skip to content

Commit

Permalink
Update GitHub Actions workflow to fetch all tags and set fetch depth …
Browse files Browse the repository at this point in the history
…to 0 for complete history
  • Loading branch information
royshil committed Nov 14, 2024
1 parent 1368fb6 commit 8b411ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8b411ac

Please sign in to comment.