Skip to content

Commit c7556d2

Browse files
author
MagnusHJensen
committed
add deploy step to workflow
1 parent 5226508 commit c7556d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: cd infra && docker compose up -d
2727
- name: Build with Maven
2828
run: mvn --batch-mode --update-snapshots package
29+
- name: Deploy package
30+
run: mvn deploy
2931
- name: Publish Javadocs to GH pages.
3032
uses: MathieuSoysal/Javadoc-publisher.yml@v2.3.0
3133
with:

0 commit comments

Comments
 (0)