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 eae9130 commit d7ca149Copy full SHA for d7ca149
.github/workflows/release.yml
@@ -10,6 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+ - name: Discord notification
14
+ uses: Ilshidur/action-discord@master
15
+ env:
16
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
17
+ DISCORD_USERNAME: GitHub
18
+ DISCORD_AVATAR: https://cdn.discordapp.com/avatars/815532493087178803/df91181b3f1cf0ef1592fbe18e0962d7.webp?size=128
19
+ with:
20
+ args: 'A new release ({{ env.TAG }}) is being built.'
21
- name: Set up JDK 17
22
uses: actions/setup-java@v1
23
with:
0 commit comments