From 94e97fdfb904164a62f149b46f6ebae386f3db9d Mon Sep 17 00:00:00 2001 From: mshabiola Date: Sat, 28 Jan 2023 01:18:17 +0100 Subject: [PATCH] ci: edit play git flow --- .github/workflows/deploy_to_playstore.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_playstore.yml b/.github/workflows/deploy_to_playstore.yml index a223b3aa..2a19c688 100644 --- a/.github/workflows/deploy_to_playstore.yml +++ b/.github/workflows/deploy_to_playstore.yml @@ -10,7 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 + - name: Setup java + uses: actions/setup-java@v3 + with: + distribution: 'zulu' + java-version: '17' - name: Generate Release Bundle run: ./gradlew bundleRelease - name: Sign Bundle