We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a218563 commit d8ed5a9Copy full SHA for d8ed5a9
1 file changed
.github/workflows/release.yml
@@ -17,9 +17,10 @@ jobs:
17
with:
18
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
19
- name: Set up JDK 17
20
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
21
22
java-version: 17
23
+ distribution: oracle
24
- name: release gradle
25
run: |
26
git config --local user.email "jooq-async-github-actions@users.noreply.github.com"
0 commit comments