diff --git a/.github/workflows/on_release_created_or_updated.yml b/.github/workflows/on_release_created_or_updated.yml index 96cfbed2e..1f318d9b8 100644 --- a/.github/workflows/on_release_created_or_updated.yml +++ b/.github/workflows/on_release_created_or_updated.yml @@ -28,6 +28,12 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'adopt' + - name: Get EXPECTED_RELEASE_TAG shell: bash run: |