Skip to content

Commit

Permalink
fix with tag fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Jan 2, 2023
1 parent a92e0c8 commit 435a2f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: |
git fetch --prune --unshallow --tags
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: |
git fetch --prune --unshallow --tags
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: |
git fetch --prune --unshallow --tags
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 435a2f9

Please sign in to comment.