Skip to content

Commit

Permalink
Merge pull request #7 from FontysVenlo/failing-ci
Browse files Browse the repository at this point in the history
ci: fix Java version
  • Loading branch information
Bonajo authored Sep 9, 2024
2 parents 4fbdc4f + 7fa358c commit 4b1e15b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit 4b1e15b

Please sign in to comment.