Skip to content

Commit 6f198a0

Browse files
committed
Fix release java version in workflow
1 parent 230c87a commit 6f198a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/setup-java@v2
6262
with:
6363
distribution: "temurin"
64-
java-version: 1.8
64+
java-version: 8
6565

6666
- name: Setup GPG
6767
run: .github/workflows/steps/setup-gpg.sh

0 commit comments

Comments
 (0)