File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 PROJECT_VERSION=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
6161 test "$PROJECT_VERSION" = "${GITHUB_REF##*/}"
6262 - name : Verify project version is -SNAPSHOT
63- if : ! startsWith(github.ref, 'refs/tags/')
63+ if : startsWith(github.ref, 'refs/tags/') == false
6464 run : |
6565 PROJECT_VERSION=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
6666 test "${PROJECT_VERSION: -9}" = "-SNAPSHOT"
9393 PROJECT_VERSION=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
9494 test "$PROJECT_VERSION" = "${GITHUB_REF##*/}"
9595 - name : Verify project version is -SNAPSHOT
96- if : ! startsWith(github.ref, 'refs/tags/')
96+ if : startsWith(github.ref, 'refs/tags/') == false
9797 run : |
9898 PROJECT_VERSION=$(mvn help:evaluate "-Dexpression=project.version" -q -DforceStdout)
9999 test "${PROJECT_VERSION: -9}" = "-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments