Skip to content

Commit

Permalink
Execute prepare in batch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
selamanse committed Aug 24, 2022
1 parent 77d7ccb commit 527ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Prepare release
if: startsWith(github.ref, 'refs/tags/')
run: |
mvn -s ${MVN_SETTINGS_FILE} release:prepare -DreleaseVersion=${{ github.ref_name }} -Dresume=false -DpushChanges=false || true
mvn -s ${MVN_SETTINGS_FILE} --batch-mode release:prepare -Dlicense.skip=true -DreleaseVersion=${{ github.ref_name }} -Dresume=false -DpushChanges=false || true
- name: Deploy
run: |
Expand Down

0 comments on commit 527ad89

Please sign in to comment.