mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-07 12:39:38 +00:00
Fixed bug in README Latest version auto-incrementer
This commit is contained in:
parent
0b69d11eb8
commit
1ffb06bb0c
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.]*--\)[^?]*/\1'$get_version'-lightblue/' 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