Skip to content

Commit 61fc019

Browse files
committed
Fix wrong fetch-depth
1 parent 51884ac commit 61fc019

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
with:
23-
fetch-depth: 0
2422
- name: Set up Python ${{ matrix.python-version }}
2523
uses: actions/setup-python@v4
2624
with:

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30+
with:
31+
fetch-depth: 0
3032
- name: Set up Python
3133
uses: actions/setup-python@v4
3234
with:

0 commit comments

Comments
 (0)