File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Deploy Snapshot
2
2
on :
3
3
push :
4
- branches :
5
- - master
6
- - " 3.0"
7
- - " 2.18"
4
+ branches : [2.*]
8
5
paths-ignore :
9
6
- " README.md"
10
7
- " release-notes/*"
11
8
pull_request :
12
- branches :
13
- - master
14
- - " 3.0"
15
- - " 2.18"
9
+ branches : [2.*]
16
10
paths-ignore :
17
11
- " README.md"
18
12
- " release-notes/*"
@@ -22,7 +16,7 @@ permissions:
22
16
23
17
jobs :
24
18
build :
25
- runs-on : ' ubuntu-22.04 '
19
+ runs-on : ' ubuntu-latest '
26
20
strategy :
27
21
fail-fast : false
28
22
max-parallel : 5
60
54
run : ./mvnw -B -q -ff -ntp -Dversion.kotlin=${{ matrix.kotlin_version }} surefire:test
61
55
- name : Extract project Maven version
62
56
id : projectVersion
63
- run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
57
+ run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
64
58
- name : Deploy snapshot
65
59
if : ${{ github.event_name != 'pull_request' && matrix.release_build && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
66
60
env :
You can’t perform that action at this time.
0 commit comments