mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-07 00:09:43 +00:00
Screw it I'll just let ChatGPT do it
This commit is contained in:
parent
251aeaf176
commit
c8f710e7ff
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 -iE "s#(Latest_Version-[0-9.]*)[^\D]*#\\1${get_version}#" docs/README.md
|
||||
sed -iE "s#(Latest_Version-)[0-9]+\.[0-9]+\.[0-9]+(-lightblue\\?style=flat)#\\1${get_version}\\2#" docs/README.md
|
||||
|
||||
- name: Get the previous commit message
|
||||
id: get-commit-message
|
||||
|
|
|
|||
Loading…
Reference in a new issue