mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-15 08:01:44 +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
|
else
|
||||||
echo "README.md was not found. Skipping..."
|
echo "README.md was not found. Skipping..."
|
||||||
fi
|
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
|
- name: Get the previous commit message
|
||||||
id: get-commit-message
|
id: get-commit-message
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue