From 1b087a865e48596e3f0243cd3c745ee9ed776a0c Mon Sep 17 00:00:00 2001 From: SwingTheVine Date: Thu, 24 Jul 2025 04:54:30 -0400 Subject: [PATCH] ChatGPT got it wrong... --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13fdc08..24d7a2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: else echo "README.md was not found. Skipping..." fi - sed -iE "s#(Latest_Version-)[0-9]+\.[0-9]+\.[0-9]+(-lightblue\\?style=flat)#\\1${get_version}\\2#" docs/README.md + sed -i "s|\(https://img\.shields\.io/badge/Latest_Version-\)[^-\ ]*\(-lightblue?style=flat\)|\1${get_version}\2|" docs/README.md - name: Get the previous commit message id: get-commit-message