Skip to content

Commit

Permalink
Merge branch 'release/0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabiola committed Jan 28, 2023
2 parents 46a1631 + 94e97fd commit 7e0a6d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_to_playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e0a6d4

Please sign in to comment.