github workflow: fix tag fetch

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2020-03-11 09:58:31 +01:00
parent ec8717d588
commit 10e5cef85a

View file

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