Skip to content

Commit 94e97fd

Browse files
author
mshabiola
committed
ci: edit play git flow
1 parent 7c9acdf commit 94e97fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy_to_playstore.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
14+
- name: Setup java
15+
uses: actions/setup-java@v3
16+
with:
17+
distribution: 'zulu'
18+
java-version: '17'
1419
- name: Generate Release Bundle
1520
run: ./gradlew bundleRelease
1621
- name: Sign Bundle

0 commit comments

Comments
 (0)