]> git.alsa-project.org Git - alsa-utils.git/commitdiff
github: Try to fix the build with the release tag
authorJaroslav Kysela <perex@perex.cz>
Fri, 1 Sep 2023 19:38:41 +0000 (21:38 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 Sep 2023 19:42:47 +0000 (21:42 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
.github/workflows/build.yml

index 757dab3b90795546ea19ea33b553796945369703..84964340f595b2770d0e0c2777077585004d4b8e 100644 (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