mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 15:30:03 +01:00
CI/release: remove generateVersion call
Addresses https://github.com/hyprwm/Hyprland/pull/12110#issuecomment-3442583784
This commit is contained in:
parent
17d0d696be
commit
fd42e9d082
1 changed files with 0 additions and 6 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -15,12 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Generate version
|
|
||||||
id: genversion
|
|
||||||
run: |
|
|
||||||
git fetch --unshallow || echo "failed unshallowing"
|
|
||||||
bash -c scripts/generateVersion.sh
|
|
||||||
|
|
||||||
- name: Create tarball with submodules
|
- name: Create tarball with submodules
|
||||||
id: tar
|
id: tar
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue