We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0e023 commit f674e09Copy full SHA for f674e09
.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- "v*.*.*"
7
+ branches:
8
+ - main
9
permissions:
10
contents: write
11
jobs:
@@ -51,3 +53,8 @@ jobs:
51
53
overwrite: true
52
54
release_name: "Release ${{ github.ref_name }}"
55
body: "${{ needs.generate-changelog.outputs.release_body }}"
56
+ - name: Send to Discord
57
+ uses: discord-actions/message@v2
58
+ with:
59
+ webhookUrl: ${{ secrets.DISCORD_WEBHOOK_URL }}
60
+ message: "${{ needs.generate-changelog.outputs.release_body }}"
0 commit comments