Update build.yml
This commit is contained in:
parent
5ad9f0e5e2
commit
2d11eb7aee
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue