Skip to content

Commit e993856

Browse files
committed
Add discord release notify
1 parent 17c5614 commit e993856

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Notify on Release
2+
3+
on:
4+
release:
5+
types: [ published ]
6+
7+
jobs:
8+
notify:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Discord notification
12+
env:
13+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
14+
uses: Ilshidur/action-discord@master
15+
with:
16+
args: '**New SnapSafe Android release:** ${{ github.event.release.name }} \n\n **Download Here:** \n\n ${{ github.event.release.html_url }}'

0 commit comments

Comments
 (0)