From 677790af9c707f7e33722e0dce650bc91f50fb49 Mon Sep 17 00:00:00 2001 From: Imran <30463115+ImranR98@users.noreply.github.com> Date: Fri, 29 Mar 2024 00:22:43 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15ef9a15..6db79037 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,10 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 + - uses: actions/setup-java@v4 + with: + distribution: 'temurin' # See 'Supported distributions' for available options + java-version: '17' - name: Temp id: temp