mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 10:39:48 +01:00
github workflow: fix tag fetch
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
ec8717d588
commit
10e5cef85a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -46,6 +46,7 @@ jobs:
|
|||
- name: Checkout all tags
|
||||
run: |
|
||||
cd alsa-utils
|
||||
git fetch --prune --tags
|
||||
git fetch --prune --unshallow
|
||||
- name: Modify version
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue