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