mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:25:58 +01:00
CI: unshallow on checkout before sourcing the tarball
This commit is contained in:
parent
ce4c36392d
commit
1719905e7f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue