Skip to content

Commit

Permalink
misc: try removing embed in discord
Browse files Browse the repository at this point in the history
- Try removing the embed at the end of each release
  message in discord.

- Also @Queuecumbr (GH) / <@308830889281060864> (Discord) wanted to see
  @ mentions in action from a web hook.
  • Loading branch information
revam committed Apr 5, 2024
1 parent 2cafb29 commit d1f7b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
nodetail: true
notimestamp: true
color: 0xaa5cc3
content: |
# <:jellyfin:1045360407814090953> Shokofin: New Unstable Build!
Expand All @@ -150,4 +151,5 @@ jobs:
Update your plugin using the [unstable manifest](https://raw.githubusercontent.com/ShokoAnime/Shokofin/master/manifest-unstable.json) or by downloading the release from [GitHub Releases](https://github.com/ShokoAnime/Shokofin/releases/tag/${{ needs.current_info.outputs.version }}) and installing it manually!
**Changes since last build**:
${{ needs.current_info.outputs.changelog }}

0 comments on commit d1f7b2d

Please sign in to comment.