Skip to content

Commit b1f1c3d

Browse files
committed
update release Github action
1 parent b62bd02 commit b1f1c3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up JDK 1.8
12-
uses: actions/setup-java@v1
11+
- uses: actions/setup-java@v2
1312
with:
14-
java-version: 1.8
13+
distribution: 'temurin'
14+
java-version: '17'
1515
- name: Gradle Build
1616
uses: eskatos/gradle-command-action@v1
1717
with:

0 commit comments

Comments
 (0)