Release workflow: remove Java

It is not required in this workflow anyway.
pull/443/head
Friedrich von Never 3 months ago
parent c25c79d3ed
commit 6e34f890d2

@ -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:

Loading…
Cancel
Save