Skip to content

Commit fed4a61

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 6869f35 + 53829e0 commit fed4a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
run: |
200200
mvnwPath=$(readlink -f ./mvnw)
201201
modules=("") # root
202-
modules+=($(grep -ozP '(?<=module>)[^<]+' 'pom.xml' | tr -d '\0'))
202+
modules+=($(grep -oP '(?<=<module>)[^<]+' 'pom.xml'))
203203
for i in "${modules[@]}"
204204
do
205205
echo "Processing $i/pom.xml"

0 commit comments

Comments
 (0)