Skip to content

Commit 923e3fc

Browse files
author
Gérard Collin
committed
feat: enable deployment to maven
1 parent 0001c32 commit 923e3fc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/services.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,13 @@ jobs:
152152
files: |
153153
checksum.txt
154154
dont-code-release-runners.zip
155+
- name: Deploy core release
156+
if: ${{ success() }}
157+
run: |
158+
mvn --batch-mode deploy
159+
working-directory: core/java
160+
- name: Deploy quarkus-mongo release
161+
if: ${{ success() }}
162+
run: |
163+
mvn --batch-mode deploy
164+
working-directory: common-quarkus-mongo

0 commit comments

Comments
 (0)