Skip to content

Commit 039db57

Browse files
fix github action; (#782)
1 parent 144e110 commit 039db57

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup jdk 8
1919
uses: actions/setup-java@v5
2020
with:
21-
java-version: 1.8
21+
java-version: 8
2222
distribution: 'zulu'
2323
- uses: actions/cache@v5
2424
id: gradle-cache

0 commit comments

Comments
 (0)