From 7ef9de9552ac08fcd16bf725767008d8b8be9c15 Mon Sep 17 00:00:00 2001 From: Shynixn Date: Fri, 22 May 2026 21:28:08 +0200 Subject: [PATCH] #734 Fixed loading issue. --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2961b6e5..b25b4755b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - body: "This release was automatically created by Github Actions. Please wait until the author manually sets the patchnotes for this release." + body: ${{ env.RELEASE_BODY }} tag_name: ${{ env.RELEASE_VERSION }} release_name: Release ${{ env.RELEASE_VERSION }} draft: true @@ -148,9 +148,6 @@ jobs: if: "contains(github.ref, 'master')" steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 - with: - java-version: '8' - uses: actions/setup-python@v2 with: python-version: '3.x'