From 2d11eb7aee99d1e6e496ca056fde2a0db1e3ff77 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sat, 19 Apr 2025 02:30:08 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14b54a1fc..edd8d805f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -415,6 +415,7 @@ jobs: with: name: ${{ needs.info.outputs.project_version }} tag_name: ${{ needs.info.outputs.project_version }} + target_commitish: ${{ github.ref_name }} body: | ${{ needs.info.outputs.changelog }} ${{ steps.format_diff.outputs.text }} @@ -430,7 +431,7 @@ jobs: name: 🚀 Release to CurseForge needs: [info, build-modpack, build-server, release-github] runs-on: ubuntu-latest - if: ${{ needs.info.outputs.make_release }} + if: false outputs: id: ${{ steps.release.outputs.id }} @@ -528,6 +529,7 @@ jobs: name: 📱 Discord Message needs: [info, release-curseforge, release-github] runs-on: ubuntu-latest + if: false steps: - name: ✂️ Truncate Changelog id: truncated