Skip to content

Commit 2df2396

Browse files
committed
Fix build
1 parent d22e7a2 commit 2df2396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636

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

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

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

0 commit comments

Comments
 (0)