Skip to content

Commit eb39c5d

Browse files
committed
Update publish workflow to Java 11
1 parent c11a96a commit eb39c5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/android/.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Check out code
1414
uses: actions/checkout@v2
15-
- name: Set up JDK 1.8
15+
- name: Set up JDK 11
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 1.8
18+
java-version: 11
1919
# Base64 decodes and pipes the GPG key content into the secret file
2020
- name: Prepare environment
2121
env:
@@ -51,4 +51,4 @@ jobs:
5151
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
5252
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
5353
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
54-
SDK_VERSION: ${{ github.event.release.tag_name }}
54+
SDK_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)