Update build.yml

This commit is contained in:
Xikaro 2025-04-19 02:30:08 +05:00
parent 5ad9f0e5e2
commit 2d11eb7aee

View file

@ -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