]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Fix GitHub release title
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Sep 2025 17:13:00 +0000 (19:13 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 14 Sep 2025 17:13:00 +0000 (19:13 +0200)
.github/workflows/build.yaml

index c151e8870ab3f357649df84826332b874e52f1e5..f964b990e8b879d597cb34911f7276758a7ddaa2 100644 (file)
@@ -704,7 +704,7 @@ jobs:
           gh release create "${TAG_NAME}" \
             --draft \
             --notes-file release-notes.md \
-            --title "${TAG_NAME}" \
+            --title "${TAG_NAME#v*}" \
             release/*
 
   check_format: