File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
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/*"
54
52
run : ./mvnw -B -q -ff -ntp -Dversion.joda=${{ matrix.joda_version }} surefire:test
55
53
- name : Extract project Maven version
56
54
id : projectVersion
57
- run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
55
+ run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
58
56
- name : Deploy snapshot
59
57
if : ${{ github.event_name != 'pull_request' && matrix.snapshot && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
60
58
env :
70
68
uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
71
69
with :
72
70
token : ${{ secrets.CODECOV_TOKEN }}
73
- file : ./target/site/jacoco/jacoco.xml
71
+ files : ./target/site/jacoco/jacoco.xml
74
72
flags : unittests
You can’t perform that action at this time.
0 commit comments