mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-07 04:19:35 +00:00
Bug fix in README/build.yml again
This commit is contained in:
parent
f7d14d53f9
commit
16f205e3b1
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 -iE "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