Skip to content

Commit 009afef

Browse files
committed
Update publish script
1 parent 99a3ffa commit 009afef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: macos-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: setup JDK 1.8
11-
uses: actions/setup-java@v1
10+
- name: setup JDK 1.17.0
11+
uses: actions/setup-java@v3
1212
with:
13-
java-version: 1.8
13+
java-version: '17'
1414
- name: Config Github Account
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)