Skip to content

Commit

Permalink
setup-java add distribution problem
Browse files Browse the repository at this point in the history
  • Loading branch information
DQinYuan committed Apr 7, 2024
1 parent 4917ec4 commit 40b3617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Set up Maven Central Repo
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: oracle
java-version: 8
server-id: ossrh
server-username: ${{ secrets.OSSRH_USER }}
server-password: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 40b3617

Please sign in to comment.