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 @@ -27,13 +27,13 @@ jobs:
2727 cache : maven
2828
2929 - name : build with maven
30- run : mvn clean package --projects ${{ env.PROJECT }} --also-make -- batch-mode -Pproduction
30+ run : mvn clean package --batch-mode -Pproduction
3131
3232 - name : extract project version
3333 id : extract_version
3434 run : |
35- echo "MAVEN_NAME=$(mvn help:evaluate -Dexpression=project.artifactId --projects ${{ env.PROJECT }} - q -DforceStdout)" >> $GITHUB_OUTPUT
36- echo "MAVEN_VERSION=$(mvn help:evaluate -Dexpression=project.version --projects ${{ env.PROJECT }} - q -DforceStdout)" >> $GITHUB_OUTPUT
35+ echo "MAVEN_NAME=$(mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)" >> $GITHUB_OUTPUT
36+ echo "MAVEN_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
3737
3838 - name : login to docker hub
3939 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments