Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantrannav committed Aug 2, 2023
1 parent 41242f5 commit 647aa2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17.x'
distribution: temurin
java-version: 17
cache: gradle
- name: test and build
run: ./build.sh
- name: prepare release
Expand Down

0 comments on commit 647aa2e

Please sign in to comment.