Skip to content

Commit 0b4d587

Browse files
authored
chore: publish using JDK 1.8 (#740)
1 parent b5dc1f7 commit 0b4d587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Set up JDK 21
18+
- name: Set up JDK 8
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '21'
21+
java-version: '8'
2222
distribution: 'temurin'
2323
server-id: github
2424
settings-path: ${{ github.workspace }}

0 commit comments

Comments
 (0)