We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afce200 commit 1cf2f1eCopy full SHA for 1cf2f1e
1 file changed
.github/workflows/deploy.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/setup-java@v2
20
with:
21
java-version: '17'
22
+ distribution: 'temurin'
23
cache: maven
24
server-id: ossrh
25
server-username: ${{ secrets.GITHUB_ACTOR }} # Using GitHub username
0 commit comments