From dd83b815e2fafdb635989ef2288ebe4f29a7847e Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 18 Oct 2024 19:22:34 +1100 Subject: [PATCH] remove unshallow fetches of tags --- .github/workflows/ci-cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0804cbe..94ffe4c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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: @@ -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: @@ -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: