Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 7a8880c

Browse files
flochazChazal
andauthored
fix: set java 11 in release action (#185)
Co-authored-by: Chazal <chazalf@88665a14a6c3.ant.amazon.com>
1 parent 12ab531 commit 7a8880c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
run: |-
2323
git config user.name "Automation"
2424
git config user.email "github-actions@github.com"
25+
- name: Setup Java 11
26+
uses: actions/setup-java@v2
27+
with:
28+
distribution: 'zulu' # OpenJDK
29+
java-version: '11'
2530
- name: Install dependencies
2631
run: cd core && yarn install --check-files --frozen-lockfile
2732
- name: release

0 commit comments

Comments
 (0)