File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11name : Build and Deploy Snapshot
22on :
33 push :
4- branches : [2.*]
54 paths-ignore :
65 - " README.md"
76 - " release-notes/*"
87 pull_request :
9- branches : [2.*]
108 paths-ignore :
119 - " README.md"
1210 - " release-notes/*"
3735 run : ./mvnw -B -q -ff -ntp verify
3836 - name : Extract project Maven version
3937 id : projectVersion
40- run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
38+ run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
4139 - name : Deploy snapshot
4240 if : github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT')
4341 env :
You can’t perform that action at this time.
0 commit comments