File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
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 : [2.*]
5
4
paths-ignore :
6
5
- " README.md"
7
6
- " release-notes/*"
8
7
pull_request :
9
- branches : [2.*]
10
8
paths-ignore :
11
9
- " README.md"
12
10
- " release-notes/*"
51
49
run : ./mvnw -B -q -ff -ntp -Dversion.guava=${{ matrix.guava_version }} surefire:test
52
50
- name : Extract project Maven version
53
51
id : projectVersion
54
- run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.4 .1:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
52
+ run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5 .1:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
55
53
- name : Deploy snapshot
56
54
if : ${{ github.event_name != 'pull_request' && matrix.snapshot && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
57
55
env :
You can’t perform that action at this time.
0 commit comments