From: Joel Rosdahl Date: Sun, 14 Sep 2025 17:13:00 +0000 (+0200) Subject: ci: Fix GitHub release title X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23975a2df5a1c429a2ff67b702b0b89c8e6a3241;p=thirdparty%2Fccache.git ci: Fix GitHub release title --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c151e887..f964b990 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: