Skip to content

Commit 22ef234

Browse files
committed
fix build: java-version for nebula
1 parent 9d0c853 commit 22ef234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nebula-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup jdk 8
1818
uses: actions/setup-java@v5
1919
with:
20-
java-version: 1.8
20+
java-version: 8
2121
distribution: 'zulu'
2222
- uses: actions/cache@v5
2323
id: gradle-cache

0 commit comments

Comments
 (0)