Skip to content

Commit a4359e7

Browse files
committed
Fix ci publish
1 parent 3115274 commit a4359e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
needs: [build]
4141
steps:
4242
- uses: actions/checkout@v2
43+
- uses: jvalkeal/setup-maven@v1
44+
with:
45+
maven-version: 3.8.4
4346
- uses: actions/setup-java@v2
4447
with:
4548
distribution: adopt

0 commit comments

Comments
 (0)