Temporary fix to builds

This commit is contained in:
Sahil Ahuja 2025-03-04 23:20:25 +05:30
parent 776661b372
commit 2c91e942b2

View File

@ -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