Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jun 7, 2024
1 parent d22e7a2 commit 2df2396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

- name: Maven verify
if: ${{ !matrix.runner.deploy-snapshots }}
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull verify
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots verify

- name: Maven deploy
if: ${{ matrix.runner.deploy-snapshots }}
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:./maven-repo/ deploy
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:./maven-repo/ -Pfull deploy

- name: Deploy to repo.spring.io
if: ${{ matrix.runner.deploy-snapshots }}
Expand Down

0 comments on commit 2df2396

Please sign in to comment.