File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
21
21
22
22
jobs :
23
23
build :
24
- runs-on : ' ubuntu-latest '
24
+ runs-on : ' ubuntu-24.04 '
25
25
strategy :
26
26
fail-fast : false
27
27
matrix :
47
47
run : ./mvnw -V -B -ff -ntp verify
48
48
- name : Extract project Maven version
49
49
id : projectVersion
50
- run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
50
+ run : echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1 :evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
51
51
- name : Deploy snapshot
52
- if : github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT')
52
+ if : ${{ github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
53
53
env :
54
54
CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
55
55
CI_DEPLOY_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments