mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04:00
Too soon...
This commit is contained in:
parent
dac4b6ccae
commit
3193ba4a31
3
.github/workflows/buildAndDeploy.yml
vendored
3
.github/workflows/buildAndDeploy.yml
vendored
@ -74,8 +74,7 @@ jobs:
|
|||||||
id: read_release
|
id: read_release
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
## To test this in Windows PS: cat .\changelog.md | wsl grep -Pzo --color '\\#{2}.3.15.7[^\\#]*?\\#{2}'
|
r=$(grep -P '\#{2}.3.15.7[^\#].' changelog.md) # grep to get only our release
|
||||||
r=$(grep -P '\#{2}.3.15.7[^\#]*?\#{2}' changelog.md) # grep to get only our release
|
|
||||||
echo "$r"
|
echo "$r"
|
||||||
r="${r//'%'/'%25'}" # Multiline escape sequences for %
|
r="${r//'%'/'%25'}" # Multiline escape sequences for %
|
||||||
r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'
|
r="${r//$'\n'/'%0A'}" # Multiline escape sequences for '\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user