We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0dea65 + 0fafcbc commit 848924fCopy full SHA for 848924f
.github/workflows/maven-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
21
22
- name: Set up JDK 11 for deploy to OSSRH
23
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
24
with:
25
distribution: 'adopt'
26
java-version: '11'
@@ -44,7 +44,7 @@ jobs:
44
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
45
46
- name: Set up JDK 11 for deploy to github packages
47
48
49
50
0 commit comments