diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44cc1308f3..f51e6a6f4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,10 @@ jobs: - uses: actions/checkout@v3.3.0 with: ref: ${{ steps.git_ref.outputs.ref }} + - uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' - name: Run build script env: TAG: ${{ steps.git_ref.outputs.tag }}