Skip to content

Commit a6926fd

Browse files
authored
Fix. Java version format for setup-java action
1 parent 45881fc commit a6926fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up JDK 1.8
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: 1.8
24+
java-version: 8
2525
distribution: 'corretto'
2626
- name: Cache Maven packages
2727
uses: actions/cache@v4

0 commit comments

Comments
 (0)