We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6045a11 commit 88c89d6Copy full SHA for 88c89d6
.github/workflows/prepare-release.yml
@@ -86,8 +86,17 @@ jobs:
86
with:
87
node-version: 20
88
89
+ - name: Set up Java 21
90
+ if: >-
91
+ (inputs.release_repo || github.event.inputs.release_repo) == 'glsp-server' ||
92
+ (inputs.release_repo || github.event.inputs.release_repo) == 'glsp-eclipse-integration'
93
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
94
+ with:
95
+ distribution: temurin
96
+ java-version: '21'
97
+
98
- name: Set up Python
- if: inputs.release_repo == 'glsp-theia-integration'
99
+ if: (inputs.release_repo || github.event.inputs.release_repo) == 'glsp-theia-integration'
100
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
101
102
python-version: '3.11'
0 commit comments