Skip to content

Commit 1c59d35

Browse files
fix: ci java distribution to temurin
1 parent 046dcca commit 1c59d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-java@v2
1111
with:
12-
distribution: 'azul'
12+
distribution: 'temurin'
1313
java-version: '16'
1414
- name: Extract project version
1515
run: |

0 commit comments

Comments
 (0)