mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 06:51:30 -04:00
Update buildAndDeploy.yml
read correct file
This commit is contained in:
parent
4d6942a6cb
commit
7322c1bbc8
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
id: read_release
|
id: read_release
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
r=$(cat path/to/release.md) # <--- Read release.md (Provide correct path as per your repo)
|
r=$(cat changelog.md)
|
||||||
r=$(grep -Pzo --color '\\#{2}.3.15.7\([^\\#]*?\\#{2}\)') # grep to get only our release
|
r=$(grep -Pzo --color '\\#{2}.3.15.7\([^\\#]*?\\#{2}\)') # grep to get only our release
|
||||||
echo "$r"
|
echo "$r"
|
||||||
r="${r//'%'/'%25'}" # Multiline escape sequences for %
|
r="${r//'%'/'%25'}" # Multiline escape sequences for %
|
||||||
|
Loading…
x
Reference in New Issue
Block a user