From 6e34f890d25fff14c1e9ae542bbd207e2d239234 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Wed, 28 Feb 2024 00:03:02 +0100 Subject: [PATCH] Release workflow: remove Java It is not required in this workflow anyway. --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9221a58..09371e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,13 +239,6 @@ jobs: - name: Fetch Sources uses: actions/checkout@v4 - # Set up Java environment for the next steps - - name: Setup Java - uses: actions/setup-java@v4 - with: - distribution: zulu - java-version: 17 - # Remove old release drafts by using the curl request for the available releases with a draft flag - name: Remove Old Release Drafts env: