manifest
This commit is contained in:
parent
2f6559a79e
commit
15b129d75a
3 changed files with 808 additions and 820 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -267,7 +267,7 @@ jobs:
|
|||
|
||||
discord-message:
|
||||
name: Discord Message
|
||||
needs: [info]
|
||||
needs: [info, release-github, release-curseforge]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send Discord message
|
||||
|
|
@ -282,7 +282,7 @@ jobs:
|
|||
embed-description: |
|
||||
**Release Type**: `${{ env.RELEASE_TYPE }}`
|
||||
**GameVersion**: `${{ needs.info.outputs.mc_version }}`
|
||||
**Website Link**: [CurseForge](https://www.curseforge.com/minecraft/modpacks/terrafirmagreg/files/5303630)
|
||||
**Website Link**: [CurseForge](https://www.curseforge.com/minecraft/modpacks/terrafirmagreg/files/${{ needs.release-curseforge.outputs.cf_release_id }})
|
||||
|
||||
** Сhangelog **
|
||||
```${{ needs.info.outputs.changelog }}```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue