Skip to content

Commit d1371a7

Browse files
committed
Remove git fetch-depth restriction on release job
1 parent f38ebcd commit d1371a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v3
13-
with:
14-
fetch-depth: 2
1513
- name: Set up Python
1614
uses: actions/setup-python@v4
1715
with:

0 commit comments

Comments
 (0)