Skip to content

Commit dd83b81

Browse files
committed
remove unshallow fetches of tags
1 parent a73ad7f commit dd83b81

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ jobs:
263263
# checkout@v2 adds a header that makes branch protection report errors
264264
# because the Github action bot is not a collaborator on the repo
265265
run: git config --local --unset http.https://github.com/.extraheader
266-
- name: Fetch tags
267-
run: git fetch --prune --unshallow
268266
- name: Set up Python
269267
uses: actions/setup-python@v4
270268
with:
@@ -301,8 +299,6 @@ jobs:
301299
# checkout@v2 adds a header that makes branch protection report errors
302300
# because the Github action bot is not a collaborator on the repo
303301
run: git config --local --unset http.https://github.com/.extraheader
304-
- name: Fetch tags
305-
run: git fetch --prune --unshallow
306302
- name: Set up Python
307303
uses: actions/setup-python@v4
308304
with:
@@ -342,8 +338,6 @@ jobs:
342338
# checkout@v2 adds a header that makes branch protection report errors
343339
# because the Github action bot is not a collaborator on the repo
344340
run: git config --local --unset http.https://github.com/.extraheader
345-
- name: Fetch tags
346-
run: git fetch --prune --unshallow
347341
- name: Download version file
348342
uses: actions/download-artifact@v4
349343
with:

0 commit comments

Comments
 (0)