Skip to content

Commit b90c192

Browse files
committed
Revert "only deploy?"
This reverts commit 1e9c48d.
1 parent 1e9c48d commit b90c192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
server-username: MAVEN_USERNAME
2424
server-password: MAVEN_PASSWORD
2525
- name: Build with Maven
26-
run: mvn -B deploy -Pall-architectures
26+
run: mvn -B package deploy -Pall-architectures
2727
env:
2828
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
2929
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)