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 29aadc0 commit 3bb4346Copy full SHA for 3bb4346
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Un-SNAP
62
run: |
63
modules=("") # root
64
- modules+=($(grep -oP '(?<=module>)[^<]+' 'pom.xml'))
+ modules+=($(grep -ozP '(?<=module>)[^<]+' 'pom.xml' | tr -d '\0'))
65
for i in "${modules[@]}"
66
do
67
echo "Processing $i/pom.xml"
@@ -206,7 +206,7 @@ jobs:
206
- name: Inc Version and SNAP
207
208
209
210
211
212
0 commit comments