Skip to content

Commit

Permalink
fix: Deploy action Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzsimon authored Nov 23, 2023
1 parent 852e6a1 commit ad327a0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Restore cache
uses: actions/cache@v1
with:
Expand All @@ -29,7 +24,7 @@ jobs:
- name: Set up Sonatype
uses: actions/setup-java@v2
with:
java-version: 11
java-version: 17
distribution: 'zulu'
server-id: ossrh
server-username: SONATYPE_USERNAME
Expand Down

0 comments on commit ad327a0

Please sign in to comment.