mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-06 19:59:40 +00:00
Fix to bug from previous commit
This commit is contained in:
parent
1ffb06bb0c
commit
f7d14d53f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
else
|
||||
echo "README.md was not found. Skipping..."
|
||||
fi
|
||||
sed -i 's/\(Latest_Version-[0-9.]*\)[^\D]*/\1'$get_version'' docs/README.md
|
||||
sed -i "s#(Latest_Version-[0-9.]*\)[^\D]*#\1$get_version" docs/README.md
|
||||
|
||||
- name: Get the previous commit message
|
||||
id: get-commit-message
|
||||
|
|
|
|||
Loading…
Reference in a new issue