mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 22:25:42 +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
|
- name: Checkout all tags
|
||||||
run: |
|
run: |
|
||||||
cd alsa-utils
|
cd alsa-utils
|
||||||
|
git fetch --prune --tags
|
||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow
|
||||||
- name: Modify version
|
- name: Modify version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue