From 0e7c53af904fbc3fa12abe66e26a0b1790e6ff5a Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Fri, 5 Jan 2024 17:44:18 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f08c1c47c..11aad636b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,27 +61,17 @@ jobs: uses: coditory/changelog-parser@v1.0.2 with: path: CHANGELOG.md - - - name: Create Discord message - id: message - shell: bash - run: | - link+="[CurseForge]() • " - link+="[GitHub]() • " - link+="[Issues]()" - - echo "title=$link" >> $GITHUB_OUTPUT - - + - name: Send Discord message uses: tsickert/discord-webhook@v5.4.0 with: 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.title }}" + embed-title: Release ${{ steps.changelog.outputs.version }} + embed-url: https://github.com/TerraFirmaGreg-Team/TFG-Modpack-1.20.x/releases/tag/0.4.0 embed-description: "${{ steps.changelog.outputs.description }}" - embed-color: "#57F287" + embed-color: 5814783 # build-cf-modpack: # name: Build CF Modpack