Skip to content

Commit

Permalink
Update build_and_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tristankechlo committed Jul 29, 2024
1 parent 8dc12de commit 21baae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
color: ${{ env.DISCORD_COLOR }}
content: "${{ contains(github.event.release.name, '[RELEASE]') && env.DISCORD_MENTION || 'This update will not be published!'}}"
title: ${{ env.DISCORD_TITLE }}
description: "${{ contains(github.event.release.name, '[RELEASE]') && 'The update is available for *Forge* and *Fabric*' || 'The update will *not* be released to Curseforge or Modrinth'}}"
description: "${{ contains(github.event.release.name, '[RELEASE]') && 'The update is available for *Forge*, *Fabric* and *NeoForge*' || 'The update will *not* be released to Curseforge or Modrinth'}}"
curseforge: ${{ env.CURSEFORGE_LINK }}
modrinth: ${{ env.MODRINTH_LINK }}
github: ${{ github.event.release.html_url }}
Expand Down

0 comments on commit 21baae6

Please sign in to comment.