Skip to content

Commit 1f25d6d

Browse files
authored
Update manual-deploy.yml
1 parent 53b2c27 commit 1f25d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Set up JDK 11
2121
uses: actions/setup-java@v2
2222
with:
23-
java-version: 1.11
23+
distribution: 'adopt'
24+
java-version: '11'
2425
server-id: github
2526

2627
- name: Build with Maven

0 commit comments

Comments
 (0)