Skip to content

Commit

Permalink
remove unshallow fetches of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Oct 18, 2024
1 parent a73ad7f commit dd83b81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ jobs:
# checkout@v2 adds a header that makes branch protection report errors
# because the Github action bot is not a collaborator on the repo
run: git config --local --unset http.https://github.com/.extraheader
- name: Fetch tags
run: git fetch --prune --unshallow
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -301,8 +299,6 @@ jobs:
# checkout@v2 adds a header that makes branch protection report errors
# because the Github action bot is not a collaborator on the repo
run: git config --local --unset http.https://github.com/.extraheader
- name: Fetch tags
run: git fetch --prune --unshallow
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -342,8 +338,6 @@ jobs:
# checkout@v2 adds a header that makes branch protection report errors
# because the Github action bot is not a collaborator on the repo
run: git config --local --unset http.https://github.com/.extraheader
- name: Fetch tags
run: git fetch --prune --unshallow
- name: Download version file
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit dd83b81

Please sign in to comment.