From 218dc138fb8948815e1f9919a084d540f0bac62c Mon Sep 17 00:00:00 2001 From: MarvinF Date: Thu, 4 Sep 2025 22:22:18 +0200 Subject: [PATCH] Update build_release.yml --- .github/workflows/build_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index c60c21d..c31ef28 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -107,15 +107,15 @@ jobs: \"@context\": \"http://schema.org/extensions\", \"summary\": \"New Release\", \"themeColor\": \"0076D7\", - \"title\": \"🚀 New Release: ${{ github.event.release.name }}\", + \"title\": \"🚀 New Release: ${{ github.ref_name }}\", \"sections\": [{ - \"activityTitle\": \"Version ${{ github.event.release.tag_name }}\", - \"text\": \"${{ github.event.release.body }}\" + \"activityTitle\": \"Repository: ${{ github.repository }}\", + \"text\": \"${{ steps.release_notes_github.outputs.body }}\" }], \"potentialAction\": [{ \"@type\": \"OpenUri\", \"name\": \"View Release\", - \"targets\": [{ \"os\": \"default\", \"uri\": \"${{ github.event.release.html_url }}\" }] + \"targets\": [{ \"os\": \"default\", \"uri\": \"https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}\" }] }] }" \ ${{ secrets.TEAMS_WEBHOOK_URL }}