Skip to content

Commit

Permalink
ops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 26, 2024
1 parent 52719fd commit 044b4d0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,21 +367,21 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# discord-message:
name: Discord Message
needs: [info, release-github]
runs-on: ubuntu-latest
steps:
- name: Send Discord message
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.RELEASES_1_12 }}
username: "TerraFirmaGreg"
avatar-url: "https://raw.githubusercontent.com/TerraFirmaGreg-Team/.github/main/branding/logo.png"
content: |
**Release**: `${{ needs.info.outputs.project_version }}`
**Release Type**: `${{ needs.info.outputs.release_type }}`
**GameVersion**: `${{ needs.info.outputs.mc_version }}`
[CurseForge](https://www.curseforge.com/minecraft/modpacks/terrafirmagreg/files/${{ needs.release-curseforge.outputs.id }}) • [GitHub](https://github.com/${{ github.repository }}/releases/tag/${{ needs.info.outputs.project_version }}) • [Issues](https://github.com/${{ github.repository }}/issues)
```${{ needs.info.outputs.changelog }}```
** [Read more...](https://github.com/${{ github.repository }}/releases/tag/${{ needs.info.outputs.project_version }}) **
# name: Discord Message
# needs: [info, release-github]
# runs-on: ubuntu-latest
# steps:
# - name: Send Discord message
# uses: tsickert/[email protected]
# with:
# webhook-url: ${{ secrets.RELEASES_1_12 }}
# username: "TerraFirmaGreg"
# avatar-url: "https://raw.githubusercontent.com/TerraFirmaGreg-Team/.github/main/branding/logo.png"
# content: |
# **Release**: `${{ needs.info.outputs.project_version }}`
# **Release Type**: `${{ needs.info.outputs.release_type }}`
# **GameVersion**: `${{ needs.info.outputs.mc_version }}`
# [CurseForge](https://www.curseforge.com/minecraft/modpacks/terrafirmagreg/files/${{ needs.release-curseforge.outputs.id }}) • [GitHub](https://github.com/${{ github.repository }}/releases/tag/${{ needs.info.outputs.project_version }}) • [Issues](https://github.com/${{ github.repository }}/issues)

# ```${{ needs.info.outputs.changelog }}```
# ** [Read more...](https://github.com/${{ github.repository }}/releases/tag/${{ needs.info.outputs.project_version }}) **

0 comments on commit 044b4d0

Please sign in to comment.