Skip to content

Commit d2484c3

Browse files
committed
Update CI configuration
1 parent b67edd1 commit d2484c3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)