From 9b7abca700892cf93940f6390e2748d2ca2dc9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=83=E3=83=84=E3=82=A6=E3=82=A3?= =?UTF-8?q?=E3=82=BA=E3=83=A9=E3=82=A4=E3=82=B9?= <103961848+Vaneeyo@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:52:54 +0200 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3ce565e..bbfeb2e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,10 +39,7 @@ jobs: name: Galaxy Widgets v${{ github.run_number }} tag_name: v${{ github.run_number }} body: | - > [!NOTE] - > This release was manually triggered. - > - > **Commits since the last release:** - > ${{ steps.get_commit_links.outputs.COMMIT_LINKS }} + **Commits since the last release:** + ${{ steps.get_commit_links.outputs.COMMIT_LINKS }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}