We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859bd79 commit a247c55Copy full SHA for a247c55
.github/workflows/release.yaml
@@ -28,6 +28,7 @@ jobs:
28
- name: set up jdk
29
uses: actions/setup-java@v3
30
with:
31
+ distribution: 'temurin'
32
java-version: 11
33
34
- name: publish release
0 commit comments