Skip to content

Commit

Permalink
wip - Mon Sep 2 11:03:25 AM EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sfloess committed Sep 2, 2024
1 parent d4926b1 commit 541e66a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Preparing settings.xml
uses: s4u/maven-settings-action@v3.0.0
with:
Expand All @@ -36,14 +41,6 @@ jobs:
}
]
- name: Display settings.xml
run: cat ~/.m2/settings.xml

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Deploy
run: "mvn -DskipTests clean install deploy"

Expand Down

0 comments on commit 541e66a

Please sign in to comment.