We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33bb34 commit 0c79d27Copy full SHA for 0c79d27
.github/workflows/main.yml
@@ -106,3 +106,11 @@ jobs:
106
avatar_url: "https://beta.fantasy-calendar.com//resources/header_logo.png"
107
title: "Deploy success"
108
nodetail: true
109
+ - name: Discord release notification
110
+ if: "!github.event.release.prerelease"
111
+ env:
112
+ DISCORD_WEBHOOK: ${{ secrets.RELEASE_WEBHOOK }}
113
+ DISCORD_USERNAME: ${{github.event.release.name}}
114
+ uses: Ilshidur/action-discord@master
115
+ with:
116
+ args: "${{github.event.release.body}}"
0 commit comments