Skip to content

Commit

Permalink
Maven install the top-level module before publishing the lang/java mo…
Browse files Browse the repository at this point in the history
…dules

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Aug 15, 2024
1 parent 2d11a76 commit bd3f2ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/java-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,14 @@ jobs:
17
21
- name: 'Setup Maven 3.9.6'
- name: 'Setup Maven'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
with:
maven-version: 3.9.6
maven-version: 3.9.8

- name: 'Install Java Avro Toplevel'
working-directory: ./
run: mvn -B install -PskipQuality -DskipTests

- name: 'Deploy Maven snapshots'
env:
Expand Down

0 comments on commit bd3f2ea

Please sign in to comment.