We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d97305 commit 53829e0Copy full SHA for 53829e0
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
mvnwPath=$(readlink -f ./mvnw)
66
modules=("") # root
67
- modules+=($(grep -ozP '(?<=module>)[^<]+' 'pom.xml' | tr -d '\0'))
+ modules+=($(grep -oP '(?<=<module>)[^<]+' 'pom.xml'))
68
for i in "${modules[@]}"
69
do
70
echo "Processing $i/pom.xml"
@@ -188,7 +188,7 @@ jobs:
188
189
190
191
192
193
194
0 commit comments