Skip to content

Commit

Permalink
ci: specify java version in release workflow (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Oct 18, 2023
1 parent 1c615a1 commit 4ace350
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
name: Build/Sign APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Get Tag
id: var
Expand Down

0 comments on commit 4ace350

Please sign in to comment.