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 7723b78 commit 7171c29Copy full SHA for 7171c29
.github/workflows/publish.yml
@@ -12,10 +12,10 @@ jobs:
12
steps:
13
- name: Check out code
14
uses: actions/checkout@v2
15
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
16
uses: actions/setup-java@v1
17
with:
18
- java-version: 1.8
+ java-version: 11
19
# Base64 decodes and pipes the GPG key content into the secret file
20
- name: Prepare environment
21
env:
@@ -41,4 +41,4 @@ jobs:
41
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
42
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
43
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
44
- SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
+ SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
0 commit comments