diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e81f13..285bfd4 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 -i "s|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1$get_version\2|" docs/README.md + sed -i 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'$get_version'\2|' docs/README.md - name: Get the previous commit message id: get-commit-message diff --git a/docs/README.md b/docs/README.md index 1d8a99a..aae6fb0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@