diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abb921d4f..526a140be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,14 +66,10 @@ jobs: id: message shell: bash run: | - header="## **${{ steps.info.outputs.project_name }}** был обновлен до ${{ steps.info.outputs.project_version }}! :tada:" - link+="[CurseForge]() • " link+="[GitHub]() • " link+="[Issues]()" - - news="$header \n $link" - echo -e "$news" >> $GITHUB_OUTPUT + echo -e "$link" >> $GITHUB_OUTPUT - name: Send Discord message @@ -82,7 +78,7 @@ jobs: webhook-url: "${{secrets.RELEASES_1_20}}" username: "TerraFirmaGreg" avatar-url: "https://raw.githubusercontent.com/TerraFirmaGreg-Team/.github/main/branding/logo_new_year.png" - embed-title: "${{ steps.message.outputs.news }}" + embed-title: "${{ steps.message.outputs.link }}" embed-description: "${{ steps.changelog.outputs.description }}" embed-url: https://github.com/TerraFirmaGreg-Team/TFG-Modpack-1.20.x/releases/tag/0.4.0 content: "${{ steps.changelog.outputs.description }}"