Skip to content

Commit d6c497e

Browse files
committed
refactor: Adds back language setup in case it is used by the publib
1 parent aee7625 commit d6c497e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
contents: read
100100
issues: write
101101
steps:
102+
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
103+
with:
104+
distribution: temurin
105+
java-version: 11.x
102106
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
103107
with:
104108
node-version: 18.x
@@ -140,6 +144,9 @@ jobs:
140144
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
141145
with:
142146
node-version: 18.x
147+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
148+
with:
149+
python-version: 3.x
143150
- name: Download build artifacts
144151
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
145152
with:
@@ -175,6 +182,9 @@ jobs:
175182
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
176183
with:
177184
node-version: 18.x
185+
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
186+
with:
187+
dotnet-version: 9.0.x
178188
- name: Download build artifacts
179189
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
180190
with:
@@ -223,6 +233,9 @@ jobs:
223233
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
224234
with:
225235
node-version: 18.x
236+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
237+
with:
238+
go-version: ^1.16.0
226239
- name: Download build artifacts
227240
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
228241
with:

0 commit comments

Comments
 (0)