Skip to content

Commit

Permalink
Add Maven -Duser.name=spring-builds+github for Develocity
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 16, 2024
1 parent c85f87c commit 8f2a5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f2a5a0

Please sign in to comment.