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 c11a96a commit eb39c5dCopy full SHA for eb39c5d
templates/android/.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:
@@ -51,4 +51,4 @@ jobs:
51
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
52
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
53
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
54
- SDK_VERSION: ${{ github.event.release.tag_name }}
+ SDK_VERSION: ${{ github.event.release.tag_name }}
0 commit comments