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.
1 parent e32a43c commit 444a91cCopy full SHA for 444a91c
.github/workflows/deploy-published-releases.yaml
@@ -11,12 +11,12 @@ jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- name: Set up Maven Central Repository
16
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
17
with:
18
distribution: zulu
19
- java-version: 1.8
+ java-version: '8'
20
server-id: ossrh
21
server-username: MAVEN_USERNAME
22
server-password: MAVEN_PASSWORD
0 commit comments