CI/release: remove generateVersion call

Addresses https://github.com/hyprwm/Hyprland/pull/12110#issuecomment-3442583784
This commit is contained in:
Mihai Fufezan 2025-10-26 21:27:48 +02:00
parent 17d0d696be
commit fd42e9d082
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

View file

@ -15,12 +15,6 @@ jobs:
with:
submodules: recursive
- name: Generate version
id: genversion
run: |
git fetch --unshallow || echo "failed unshallowing"
bash -c scripts/generateVersion.sh
- name: Create tarball with submodules
id: tar
run: |