Skip to content

Commit 0aa2528

Browse files
committed
Fix building all modules but only deploying main
1 parent a982903 commit 0aa2528

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
5252
- name: Publish package
5353
run: |
54-
./mvnw -B verify nexus-staging:deploy -P deploy,!allmodules,mainmodule -DskipTests && \
54+
./mvnw -B verify package -DskipTests && \
55+
./mvnw -B nexus-staging:deploy -P deploy,!allmodules,mainmodule && \
5556
./mvnw -B nexus-staging:release -P deploy,!allmodules,mainmodule
5657
env:
5758
OPENSOURCE_PROJECTS_KS_PW: ${{ secrets.KEYSTORE_PASSWORD }}

0 commit comments

Comments
 (0)