Skip to content

Commit c78b84d

Browse files
author
rathnapandi
committed
Revert "- [skip ci] version update"
This reverts commit 0a1fdda.
1 parent 1483f92 commit c78b84d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
token: ${{ secrets.TOKEN_GITHUB }}
2222
- name: Set up Java to deploy to OSSRH
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v3
2424
with:
25-
java-version: '17'
26-
distribution: 'temurin'
25+
java-version: '11'
26+
distribution: 'zulu'
2727
server-id: ossrh
2828
server-username: MAVEN_USERNAME
2929
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)