diff --git a/.github/workflows/publish-to-play-store-beta.yml b/.github/workflows/publish-to-play-store-beta.yml index eca41df..bd77ae8 100644 --- a/.github/workflows/publish-to-play-store-beta.yml +++ b/.github/workflows/publish-to-play-store-beta.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up Java 1.8 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '1.8' distribution: 'temurin' - name: Create secrets.properties diff --git a/.github/workflows/publish-to-play-store.yml b/.github/workflows/publish-to-play-store.yml index ce8e2db..51d00c4 100644 --- a/.github/workflows/publish-to-play-store.yml +++ b/.github/workflows/publish-to-play-store.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up Java 1.8 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '1.8' distribution: 'temurin' - name: Create secrets.properties