We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d5c90 commit c0e4bc7Copy full SHA for c0e4bc7
.github/workflows/release.yml
@@ -26,3 +26,14 @@ jobs:
26
branch: main
27
commit_message: Update CHANGELOG
28
file_pattern: CHANGELOG.md
29
+
30
+ - name: Post release to Discord
31
+ uses: SethCohen/github-releases-to-discord@v1.13.1
32
+ with:
33
+ webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
34
+ color: "16753920"
35
+ username: "kilobyte-bot"
36
+ avatar_url: "https://avatars.githubusercontent.com/u/98578253?s=200&v=4"
37
+ content: "@here A new release has been published! :rocket:"
38
+ footer_title: ${{ github.event.release.name }}
39
+ footer_timestamp: true
0 commit comments