diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 9bd8367..5152764 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -34,7 +34,7 @@ runs: id: publish if: ${{ inputs.publish == 'true' }} shell: bash - run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:deployment-repository/ clean deploy -Pspring + run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:deployment-repository/ clean deploy -Pspring -Duser.name=spring-builds+github - name: Read version from pom.xml id: read-version shell: bash