Skip to content

Commit

Permalink
Update Java setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur authored Jan 7, 2025
1 parent 535b2d2 commit 3d371fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Java
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: ${{ vars.JAVA_VERSION }}
distribution: temurin
distribution: jetbrains
server-id: central
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit 3d371fa

Please sign in to comment.