CI: unshallow on checkout before sourcing the tarball

This commit is contained in:
Vaxry 2024-04-15 02:05:45 +01:00
parent ce4c36392d
commit 1719905e7f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
- name: Generate version
id: genversion
run: |
git fetch --unshallow || echo "failed unshallowing"
bash -c scripts/generateVersion.sh
mv scripts/generateVersion.sh scripts/generateVersion.sh.bak