diff --git a/.github/workflows/publish-to-play-store-beta.yml b/.github/workflows/publish-to-play-store-beta.yml index 6b5c79f..534c4b3 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 Java 8 + - name: Set up Java 17 uses: actions/setup-java@v3 with: - java-version: '8' + java-version: '17' distribution: 'temurin' - name: Create secrets.properties