Skip to content

Commit

Permalink
Ensure the whole history is fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
Higgcz committed Aug 2, 2024
1 parent a95c1c6 commit e9c7b8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- name: Checkout source files
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
fetch-depth: 0
persist-credentials: false

- name: Set up Python 🐍
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- name: Checkout source files
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
fetch-depth: 0
persist-credentials: false

- name: Set up Python 🐍
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Checkout source files
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
fetch-depth: 0
persist-credentials: false

- name: Set up Python 🐍
Expand Down

0 comments on commit e9c7b8f

Please sign in to comment.