From: Jaroslav Kysela Date: Fri, 1 Sep 2023 19:38:41 +0000 (+0200) Subject: github: Try to fix the build with the release tag X-Git-Tag: v1.2.11~35 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e56cf3bcb06265e2ca5cf0f6c8ed8596897856e8;p=alsa-utils.git github: Try to fix the build with the release tag Signed-off-by: Jaroslav Kysela --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 757dab3..8496434 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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