3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-10-29 19:34:47 +00:00

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
No known key found for this signature in database

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