File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 cache : maven
3030 - name : Check if SDK version is SNAPSHOT
3131 run : |
32- SDK_VERSION=$(mvn help:evaluate -Dexpression= version.sdk -q -DforceStdout 2>&1 | grep -v '\[' )
32+ SDK_VERSION=$(grep -oP '< version\ .sdk>\K[^<]+' pom.xml )
3333 echo "Detected SDK_VERSION: ${SDK_VERSION}"
3434 echo "SDK_VERSION=${SDK_VERSION}" >> "$GITHUB_ENV"
3535 if [[ "${SDK_VERSION}" == *"-SNAPSHOT" ]]; then
Original file line number Diff line number Diff line change 3232 cache : maven
3333 - name : Check if SDK version is SNAPSHOT
3434 run : |
35- SDK_VERSION=$(mvn help:evaluate -Dexpression= version.sdk -q -DforceStdout 2>&1 | grep -v '\[' )
35+ SDK_VERSION=$(grep -oP '< version\ .sdk>\K[^<]+' pom.xml )
3636 echo "Detected SDK_VERSION: ${SDK_VERSION}"
3737 echo "SDK_VERSION=${SDK_VERSION}" >> "$GITHUB_ENV"
3838 if [[ "${SDK_VERSION}" == *"-SNAPSHOT" ]]; then
You can’t perform that action at this time.
0 commit comments