github: Try to fix the build with the release tag

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2023-09-01 21:38:41 +02:00
parent c2a6bcba1e
commit e56cf3bcb0

View file

@ -47,8 +47,8 @@ jobs:
- name: Checkout all tags
run: |
cd alsa-utils
git fetch --prune --tags
git fetch --prune --unshallow
git fetch --prune --tags --force
git fetch --prune --unshallow --force
- name: Modify version
run: |
cd alsa-utils