mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-03-11 21:26:55 +00:00
Added build.yml RegEx for v0.0.0 version updating in README.md
This commit is contained in:
parent
db704f6c5b
commit
0320fc58ca
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -77,7 +77,10 @@ jobs:
|
|||
else
|
||||
echo "README.md was not found. Skipping..."
|
||||
fi
|
||||
sed -i 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'$current_version'\2|' docs/README.md
|
||||
sed -i \
|
||||
-e 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'$current_version'\2|' \
|
||||
-e 's|v[0-9]\+\.[0-9]\+\.[0-9]\+|v'"$current_version"'|g' \
|
||||
docs/README.md
|
||||
|
||||
- name: Update compression badge
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue