We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47f45a commit 41ed236Copy full SHA for 41ed236
1 file changed
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-java@v5.0.0
17
with:
18
java-version: 21
19
+ distribution: 'adopt'
20
21
# Base64 decodes and pipes the GPG key content into the secret file
22
- name: Prepare environment
0 commit comments