Skip to content

Commit

Permalink
Revert "add jar goal for deploy in maven-build-and-tag action"
Browse files Browse the repository at this point in the history
This reverts commit 215cd5f.
  • Loading branch information
igdianov committed Nov 7, 2023
1 parent 215cd5f commit 77398c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ runs:
if: steps.define_maven_command.outputs.command == 'deploy'
shell: bash
run: |
mvn validate jar:jar deploy:deploy ${{ env.MAVEN_CLI_OPTS}} -DskipTests
mvn deploy:deploy ${{ env.MAVEN_CLI_OPTS}} -DskipTests
env:
MAVEN_CLI_OPTS: ${{ steps.compute-maven-options.outputs.result }} -Dlogging.root.level=off -Dspring.main.banner-mode=off -Ddocker.skip
MAVEN_USERNAME: ${{ inputs.maven-username }}
Expand Down

0 comments on commit 77398c5

Please sign in to comment.