From 790719bfc92532d670dc7e20c5877a11b978f951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 25 Mar 2025 08:23:09 +0100 Subject: [PATCH] ci: quote escaping #1064 --- .github/actions/release_milestone/action.yaml | 2 +- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index 3f25edc96a..64b44adbfb 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -113,7 +113,7 @@ runs: - name: Update releasenotes front matter uses: surahmansada/file-regex-replace@v1 with: - regex: '(\ntitle = 'Version )\d+\.\d+('\n.*\nweight = -)\d+(\n)' + regex: '(\ntitle = 'Version )\d+\.\d+(\'\n.*\nweight = -)\d+(\n)' replacement: "$1${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}$2${{ steps.minorvers.outputs.value }}$3" include: docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.en.md diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 5a41d6cf8e..8e997458f6 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.5.0+ad2b9fc2e040618e7d111b8590d37368eeb2ae1a \ No newline at end of file +7.5.0+70811270ad777e8d9e03ab55ccd74fe1e42ea4ca \ No newline at end of file