File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,22 +15,24 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - name : Set up Java
20- uses : actions/setup-java@v3
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : ' 11'
2323 distribution : ' zulu'
2424 cache : ' maven'
2525 - name : Set up CI environment
2626 run : .github/setup.sh
27+ shell : bash
2728 - name : Execute the build
2829 run : .github/build.sh
30+ shell : bash
2931 env :
3032 GPG_KEY_NAME : ${{ secrets.GPG_KEY_NAME }}
3133 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
3234 MAVEN_USER : ${{ secrets.MAVEN_USER }}
3335 MAVEN_PASS : ${{ secrets.MAVEN_PASS }}
34- OSSRH_USER : ${{ secrets.OSSRH_USER }}
35- OSSRH_PASS : ${{ secrets.OSSRH_PASS }}
36+ CENTRAL_USER : ${{ secrets.CENTRAL_USER }}
37+ CENTRAL_PASS : ${{ secrets.CENTRAL_PASS }}
3638 SIGNING_ASC : ${{ secrets.SIGNING_ASC }}
You can’t perform that action at this time.
0 commit comments