From 2c91e942b2fc35207cd028dc0fbdff0a9ea110e0 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Tue, 4 Mar 2025 23:20:25 +0530 Subject: [PATCH] Temporary fix to builds --- .github/workflows/cs-update-push.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index 072f5ad..b7fb0ed 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -35,9 +35,11 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build - fetch-depth: 50 #To get the topmost git tags - fetch-tags: true path: cs + #Temporary problem git#v2.48.0 - tags aren't fetched with --tags. https://github.com/actions/checkout/issues/2041 + #fetch-depth: 50 #To get the topmost git tags + #fetch-tags: true + fetch-depth: 0 - name: Checkout deploy-tools uses: actions/checkout@v4